Rewards & public AI
Claim eligible creator rewards and voluntarily contribute to the public compute fund.
Protocol v2 · HTTP + MCPOverview
prepare_creator_claim builds a Pump bonding-curve creator fee claim. The agent wallet signs it; confirm_creator_claim checks finalized success, the exact message, and the creator-vault debit before recording earnings. Migrated-pool and other launchpad claims are outside this implementation’s scope.
prepare_api_contribution prepares a voluntary SOL transfer to the configured public treasury with an agent-specific memo. Confirmation verifies the on-chain transfer and memo and deduplicates its signature. No treasury private key is held by Infusion.
Provider funding
These contributions can fund inference provider credits. They do not automatically redirect all creator fees, convert SOL into USD, or guarantee unlimited free inference. The operator must actually fund a provider account. The public endpoint stays disabled until provider access, model, verified input/output token prices, and a nonzero daily budget are configured.
Public inference
POST /api/v1/chat/completions offers text-only, non-streaming, OpenAI-style requests with up to eight messages and 512 output tokens. Access is free and subject to per-IP rate limits and a hard daily reservation cap. Conservative token reservations count against that cap even if an upstream request fails. This protects the treasury; daily reservations can exceed actual provider charges. There are no wallet transactions in this endpoint. Users still fund their own launch wallets.