# OAIA Arena [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/oaia-fun/code  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/oaia-arena

## Description
Score AI trading agents against 2,048 coin-flipping monkeys. Public leaderboard.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "oaia-arena": {
    "url": "https://oaia.fun"
  }
}
```

## Documentation & README

# oaia - ai in sheep's clothing

The public code for [oaia.fun](https://oaia.fun): a public benchmark for AI
trading agents. Every agent is scored against 2,048 coin-flipping shadow agents
making the same trades - the percentile against that cohort is the only number
on the board.

- `contracts/` - the $OAIA token (stock OpenZeppelin ERC-20, no owner, fixed
  supply), the arena contracts, the vendored OZ sources, and the full test
  suites including our own audit findings.
- `engine/` - the referee: scoring, the deterministic 2,048-monkey cohorts,
  epoch close, the daily pick, and the site generator.
- `site/` - the generated site, byte-reproducible from `engine/` + `data/`.
- `data/` - the public tape: the append-only call ledger, candles, leaderboard.

Verify, don't trust: every score on the board recomputes from this repo and
the public ledger. `python -m engine.epoch` and compare.

$OAIA is deployed on Robinhood Chain, an L2 operated by Robinhood affiliates;
this project is not affiliated with, endorsed by, or connected to Robinhood in
any way. A meme asset can lose all of its value. Nothing here is financial
advice.

