Documentation
    Preparing search index...

    Interface PoolSummary

    Aggregate pool figures. Balances in human units (shares raw); the pending fields are request COUNTS, not amounts — the on-chain getters expose queue lengths, and the escrowed USDC/PLP behind them is tracked separately.

    interface PoolSummary {
        idleUsdc: number;
        plpTotalSupply: bigint;
        supplyRequestsPending: number;
        withdrawRequestsPending: number;
    }
    Index
    idleUsdc: number
    plpTotalSupply: bigint
    supplyRequestsPending: number

    Number of LP supply requests queued for the next flush.

    withdrawRequestsPending: number

    Number of LP withdraw requests queued for the next flush.