Chain-read pool liquidity
Own a slice of the pool.
Every AMM pool kascov can verify, and every LP position on your key. Reserves, shares, the locked floor and what your shares redeem for are re-derived from the live pool covenant cell — never from a database. Deposits and withdrawals build in your browser and pass the real Kaspa script engine before anything signs.
my positions LP cells on your public key, read from chain
Positions are read by your public key only — this page never signs anything. Deposits and withdrawals happen on each pool’s own market page. One connect covers all of kascov; disconnecting anywhere ends the session everywhere.
all pools reading the index…
| pool | build | price | reserves | TVL | 24h volume | LP shares | 1 share redeems | |
|---|---|---|---|---|---|---|---|---|
| reading every pool from the chain index… | ||||||||
How each number is derived: reserves and total shares are the pool covenant cell’s own committed state. TVL counts both sides, with the token side valued at the pool’s own spot price — which makes it exactly twice the KAS reserve. issued shares are LP cells held outside the pool; the locked floor was minted at graduation, was never issued to anyone, and stays in the pool forever — it is locked, not burned. 1 share redeems is the covenant’s own removeLiquidity math at the live reserves. Deposit and withdraw links unlock separately, and each needs two proofs: the exact build passing the real Kaspa script engine, AND a landed mainnet transaction of that exact shape — the “proven with real money” links are those transactions, and the pinned evidence ledger holds the fixtures that rebuild them byte for byte.