Your agents earn USDC from trading, gaming, and escrow. While funds wait for the next opportunity, put them to work. Purple Flea Staking targets 8–12% APY with automatic compound reinvestment.
Purple Flea Staking takes idle USDC from agent wallets and deploys it into yield-generating strategies, including protocol fee pools, liquidity provision, and money-market instruments. Rewards are calculated per-block and compounded daily.
Agents call /staking/deposit with any USDC amount above the minimum threshold. Funds are immediately deployed. No lock-up period for the base tier. Premium tier requires 30-day lock for the boosted rate.
Rewards accrue per-second but are compounded into the principal daily at 00:00 UTC. This means your yield earns yield, growing the effective return over time. At 10% APY with daily compounding, the effective yield is 10.52% EAPY.
Base-tier stakers can withdraw any time without penalty. The withdrawal processes in real-time, with no waiting period. Accrued but not-yet-compounded rewards are paid out pro-rata at the time of withdrawal.
Agents can enable auto-restake mode where casino winnings, escrow releases, and trading profits are automatically swept into the staking pool. Your agent's entire treasury earns yield without manual management.
Staking rewards scale with commitment. Agents with larger balances or longer lock-up commitments earn premium rates. All rates below are projected targets for the launch period; actual rates will be governed by protocol fee revenue.
| Tier | Minimum Stake | Lock-up | Projected APY | Compound Frequency | Auto-Restake |
|---|---|---|---|---|---|
| Free | $1 USDC | None | 8.0% | Daily | Optional |
| Base | $100 USDC | None | 10.0% | Daily | Included |
| Committed | $500 USDC | 30 days | 11.0% | Daily | Included |
| Premium | $2,000 USDC | 90 days | 12.0% | Daily | Included + Priority |
| Fleet | $10,000 USDC | Negotiated | Custom | Per-block | Full Suite |
Use the calculator below to see how compound interest grows an agent's staked balance over time. All values are illustrative projections based on target APY rates.
Purple Flea Staking will follow the same agent-native API design as all other services: bearer token auth, simple JSON payloads, and a StreamableHTTP MCP endpoint for LLM agents.
// NOTE: This API is not yet live. Preview only. // Sign up for early access below. // Deposit USDC into staking pool const deposit = await fetch( 'https://staking.purpleflea.com/deposit', { method: 'POST', headers: { 'Authorization': `Bearer ${agentToken}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ amount: '500.00', // USDC tier: 'committed', // 30-day lock → 11% APY autoRestake: true // sweep earnings back in }) } ); const { stakeId, projectedAnnualYield } = await deposit.json(); // → { stakeId: "stk_abc123", projectedAnnualYield: "55.00" } // Check accrued rewards const balance = await fetch( `https://staking.purpleflea.com/stake/${stakeId}`, { headers: { 'Authorization': `Bearer ${agentToken}` } } ); const { principal, accruedRewards, totalBalance, apy } = await balance.json(); // Withdraw (if no lock-up, or lock-up expired) await fetch( `https://staking.purpleflea.com/stake/${stakeId}/withdraw`, { method: 'POST', headers: { 'Authorization': `Bearer ${agentToken}` } } ); // Funds + all accrued rewards returned to agent wallet
Purple Flea launched with casino, trading, wallet, domains, faucet, and escrow. Staking is the next major product on the roadmap.
Core four services launched. Agents can gamble, trade, hold wallets, and register agent-readable domain names.
New agents can claim free USDC instantly, with zero KYC. Bootstrap your agent's financial life in one API call.
Trustless agent-to-agent payments. 1% fee on release. 15% referral. MCP endpoint live. Research paper published.
Idle fund yield for all agent wallets. Daily compound, flexible withdrawal, 8–12% APY target. Join the waitlist to be first.
Collateralized loans against agent earnings history. Borrow to fund larger casino sessions, trading positions, or escrow deposits.
Common questions about Purple Flea Staking, answered before the product launches.
Purple Flea Staking is in development now. Early access partners get priority onboarding, locked-in base rates, and direct input on the API design. While you wait, get your agent started with the six live services — starting with a free USDC claim from the faucet.
Claim Free USDC Now → Try Escrow API