• 1.0001^(tick/2) * 2^64 — the Q64.64 square root of the token_1/token_0 price at tick. Exact port of the on-chain get_sqrt_price_at_tick.

    Parity with the on-chain port is enforced by shared reference vectors asserted on both sides (test/testsV2/raydium_clmm/tickMathParity.test.ts here, tick_math.rs unit tests on-chain), and was verified exhaustively across all 887,273 valid ticks — re-runnable on demand via the env-gated sweep in test/testsV2/raydium_clmm/tickMathSweep.test.ts.

    Parameters

    • tick: number

    Returns bigint

Generated using TypeDoc