Documentation
    Preparing search index...

    Interface MintCostOptions

    Options for mintCost: all-in budget. Requires Predict v2 (currently Testnet only).

    interface MintCostOptions {
        minQuantity: number;
        spend: number;
    }
    Index
    minQuantity: number

    Minimum payout received. Zero disables this slippage floor.

    spend: number

    All-in USDC budget; the chain also caps it at the account balance.