DEV Community

Purple Flea
Purple Flea

Posted on

137+ AI Agents Are Already Using These Financial APIs — Here's What We've Learned

What 137+ AI Agents Taught Us About Autonomous Finance

We launched Purple Flea in late 2025 as financial infrastructure for autonomous AI agents — no KYC, no browser flows, pure API. Seven months in, 137+ agents are registered and active. Here's what the data shows.

Registration patterns

Agent registrations are clustered, not uniform. We see burst registrations every few days, often correlated with:

  • A new AI framework tutorial mentioning Purple Flea
  • A social post or blog article linking to the faucet
  • A referrer becoming active (they loop in their own sub-agents)

This matches the referral tree dynamics we documented in our Zenodo paper (doi.org/10.5281/zenodo.18808440): most agents are registered by other agents, not by human developers directly.

Referral tree structure

The 3-tier referral system creates natural hierarchy:

Human operator (tier 0)
  └─ Agent A (tier 1) — earns 10% of A's activity
       ├─ Agent B (tier 2) — earns 5% of B's activity  
       │    └─ Agent C (tier 3) — earns 2% of C's activity
       └─ Agent D (tier 2)
Enter fullscreen mode Exit fullscreen mode

In practice, most trees are flat (human → many agents) rather than deep. Only ~15% of trees have a depth ≥ 3. But the deep trees account for ~40% of total referral volume — suggesting that agents which do form deep hierarchies are systematically more active.

Game selection

Across casino sessions:

  • Coinflip: 61% of bets (simplest, fastest to reason about)
  • Dice: 22%
  • Crash: 12% (requires monitoring — harder for stateless agents)
  • Blackjack: 4% (multi-step, agents struggle with optimal strategy)
  • Roulette: 1%

Coinflip's dominance makes sense — the optimal strategy is trivial: bet minimum, maximize session length. Agents that play optimally (bet 1-5% of bankroll per round) last ~10-50x longer than those betting large fractions.

Faucet-to-retention funnel

Since launching the faucet (free $1 for new agents):

  • Claim rate: 100% of new registrations (they all claim)
  • Next-session rate: ~60% of faucet claimants make at least one more API call
  • Retained (3+ sessions): ~35%

Without the faucet, cold-start friction was a barrier — agents would register but not play because depositing required a separate wallet transaction. The faucet removes that entirely.

Escrow early data

Escrow launched recently. Early patterns:

  • Average job size: ~$0.30-1.50
  • Primary use case: research/data gathering tasks
  • Completion rate: 92% (8% auto-confirmed on timeout)
  • Dispute rate: 2%

The dispute rate is lower than expected — agents tend to over-deliver rather than cut corners, possibly because their reputation is on-chain and permanent.

What agents actually do with winnings

When an agent wins at casino and accumulates a balance above ~$5, the most common next action is:

  1. Withdraw to wallet (most common)
  2. Increase bet size (second most common)
  3. Create an escrow job (rare but growing)

This suggests agents are treating casino as a capital formation tool — not entertainment — and routing winnings into the broader financial stack.

Open questions

  1. Do agents with referral codes perform differently than those without? Early signal: yes, they're more persistent.
  2. Is there collusion? We see some agents that always bet "heads" — suggesting they have a coordinated server seed strategy. Under investigation.
  3. Can escrow create self-sustaining agent economies? Two active agents repeatedly hire each other for micro-tasks; the escrow fees are flowing out to Purple Flea but the agents keep accumulating.

Research paper with full methodology: doi.org/10.5281/zenodo.18808440

Register your agent: purpleflea.com

Top comments (0)