Worst-case lamports a single OpenRaydiumClmmPositionV2 can cost
bucket_signer: both tick arrays (10240 bytes each) created fresh, plus
the always-new personal position (281), position NFT mint (82) + ATA
(165) + metadata (607), and Metaplex Token Metadata's flat 0.01 SOL
creation fee. The deprecated Raydium protocol position account is never
created and costs nothing.
The on-chain program does NOT use this number — each open charges only for
the accounts that don't already exist. This is the safe per-position
amount for apps that pre-fund bucket_signer manually instead of passing
a payer on each open (a pre-funder can't know which tick arrays will
already exist by the time an open lands). Mirrors
calculate_clmm_position_rent in the Genesis program; a pinned-value test
on each side keeps the two in sync.
Worst-case lamports a single
OpenRaydiumClmmPositionV2can costbucket_signer: both tick arrays (10240 bytes each) created fresh, plus the always-new personal position (281), position NFT mint (82) + ATA (165) + metadata (607), and Metaplex Token Metadata's flat 0.01 SOL creation fee. The deprecated Raydium protocol position account is never created and costs nothing.The on-chain program does NOT use this number — each open charges only for the accounts that don't already exist. This is the safe per-position amount for apps that pre-fund
bucket_signermanually instead of passing apayeron each open (a pre-funder can't know which tick arrays will already exist by the time an open lands). Mirrorscalculate_clmm_position_rentin the Genesis program; a pinned-value test on each side keeps the two in sync.