Full SDK integration
A TypeScript app, bot, or backend that owns the whole flow — fetching pool/position state,
quoting, building and sending transactions. Use
@picon-finance/dlmm-sdk directly. This
covers most integrations: wallets, portfolio trackers, LP-management bots, simple trading
bots.Router / aggregator venue
You’re plugging Picon DLMM into an existing multi-venue router as one routable pool type,
likely from Rust, and likely need to quote fast against cached account state you already
manage yourself rather than owning RPC fetching.
Quote-only, no SDK
You just need accurate swap-quote math — in Rust natively, or from any language via WASM —
without pulling in the SDK’s RPC/transaction-building layer at all. The quote engine that
powers the TypeScript SDK is a standalone, dependency-free crate you can use directly.