surfpool-core 1.5.0

Where you train before surfing Solana
Documentation
protocol: Whirlpool
version: v0.7.0
account_type: Whirlpool
idl_file_path: idl.json

tags:
  - amm
  - concentrated-liquidity
  - defi

templates:
  - id: whirlpool-sol-usdc
    name: Override SOL/USDC Whirlpool
    description: Override Whirlpool SOL/USDC pool state with simulated values
    idl_account_name: Whirlpool
    properties: ["liquidity", "sqrt_price", "tick_current_index"]
    address:
      type: pubkey
      value: HJPjoWUrhoZzkNfRpHuieeFk9WcZWjwy6PBjZ81ngndJ

  - id: whirlpool-sol-usdt
    name: Override SOL/USDT Whirlpool
    description: Override Whirlpool SOL/USDT pool state with simulated values
    idl_account_name: Whirlpool
    properties: ["liquidity", "sqrt_price", "tick_current_index"]
    address:
      type: pubkey
      value: FwewVm8u6tFPGewAyHmWAqad9hmF7mvqxK4mJ7iNqqGC

  - id: whirlpool-msol-sol
    name: Override mSOL/SOL Whirlpool
    description: Override Whirlpool mSOL/SOL pool state with simulated values
    idl_account_name: Whirlpool
    properties: ["liquidity", "sqrt_price", "tick_current_index"]
    address:
      type: pubkey
      value: HQcY5n2zP6rW74fyFEhWeBd3LnJpBcZechkvJpmdb8cx

  - id: whirlpool-orca-usdc
    name: Override ORCA/USDC Whirlpool
    description: Override Whirlpool ORCA/USDC pool state with simulated values
    idl_account_name: Whirlpool
    properties: ["liquidity", "sqrt_price", "tick_current_index"]
    address:
      type: pubkey
      value: 5Z66YYYaTmmx1R4mATAGLSc8aV4Vfy5tNdJQzk1GP9RF

  - id: whirlpool-popcat-sol
    name: Override POPCAT/SOL Whirlpool
    description: Override Whirlpool POPCAT/SOL pool state for liquidation arbitrage
    idl_account_name: Whirlpool
    properties: ["liquidity", "sqrt_price", "tick_current_index", "fee_rate"]
    address:
      type: pubkey
      value: Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE

  - id: whirlpool-custom
    name: Override Custom Whirlpool
    description: Override any Whirlpool pool state with custom address
    idl_account_name: Whirlpool
    properties: ["liquidity", "sqrt_price", "tick_current_index", "fee_rate"]
    address:
      type: pubkey