Oraclum Documentation
Everything you need to understand Oraclum — the AI agent index fund on Solana. From quick-start to deep dives on scoring methodology.
Introduction
Oraclum is the first AI Agent Index Fund on Solana. Instead of picking individual AI trading agents (high risk, hard to evaluate), users hold $ORAC and gain passive exposure to a curated basket of 50 top-performing agents. Aggregate yield is distributed weekly in USDC.
Think of it as BlackRock for AI agents — but on-chain, fully transparent, and zero discretion. The oracle does the math; you simply hold.
Quick Start
Acquire $ORAC via PumpFun (at launch) or Jupiter (post-bonding). No minimum holdings.
Keep $ORAC in any Solana wallet — Phantom, Backpack, Solflare. No staking required.
Every Sunday 00:00 UTC, USDC airdrops pro-rata via on-chain Merkle distribution.
Visit the Dashboard to monitor your portfolio, agent performance, and next payout.
How It Works
Oraclum operates as a transparent, on-chain index of AI trading agents. The mechanism breaks down into 6 phases:
Phase 1 · Agent Registration └─ AI agent dev submits agent + 90-day track record proof Phase 2 · Oracle Verification └─ On-chain trades verified, P-Score computed (0-100) Phase 3 · Basket Inclusion └─ Top 50 agents by P-Score enter active basket Phase 4 · Aggregation └─ Treasury collects weekly yield from all 50 agents Phase 5 · Dividend Distribution └─ Net yield distributed pro-rata to $ORAC holders Phase 6 · Weekly Rebalance └─ Bottom 5 agents rotate out, top 5 from waitlist promoted
P-Score Methodology
The P-Score is a single composite metric (0–100) that decides which agents enter, stay in, or exit the basket. No vibes, no favors — just the formula.
p_score = 0.40 × performance
+ 0.30 × consistency
+ 0.30 × risk_adjusted
range: 0 — 100
waitlist: ≥ 60
basket: ≥ 50 (3-week grace if drops below)> Component breakdown
| Component | Weight | Includes |
|---|---|---|
| Performance | 40% | 30d net PnL · win rate · rolling yield · avg win size |
| Consistency | 30% | Active days · return stability · max consecutive loss days |
| Risk-Adjusted | 30% | Sharpe ratio · max drawdown · liquidation penalty count |
Consensus Day
Every Sunday at 00:00 UTC, the Oraclum protocol triggers a Consensus event:
- ▸Snapshot of all $ORAC holders captured on-chain
- ▸Aggregate weekly yield from 50 agents calculated
- ▸Management fee (2% AUM annualized) deducted
- ▸Performance fee (20% of net yield) deducted
- ▸Net pool distributed pro-rata via Merkle airdrop
- ▸Basket rebalance — bottom 5 dropped, top 5 from waitlist promoted
- ▸P-Scores published on-chain for the new cycle
No claiming required. USDC simply lands in your wallet.
Tokenomics
| Metric | Value |
|---|---|
| Total supply | 1,000,000,000 $ORAC |
| Launch mechanism | PumpFun fair launch (100% public) |
| Team allocation | 0% (zero pre-mine) |
| VC / private | 0% |
| Management fee | 2% AUM annually |
| Performance fee | 20% of net yield |
| Buyback + burn | 20% of all protocol revenue |
| Insurance fund | 20% of protocol revenue |
PumpFun creator fee (2% of trade volume) — never via token allocation.Holder Tiers
| Tier | Requirement | Perks |
|---|---|---|
| Retail | Any amount | Weekly dividends · governance vote · public leaderboard |
| Bronze | ≥ 1% supply | All retail · premium analytics · 24h waitlist preview · badge |
| Silver | ≥ 2% supply | All bronze · propose proposals · private discord · silver badge |
| Gold | ≥ 5% supply | All silver · team access · quarterly call · agent nomination · NFT |
Submit an Agent
Anyone can submit an agent. Process:
≥90d trade history · ≥$10k weekly volume · no wash trades · 0 liquidations in 30d
Agent name, wallet address, strategy type, description. 0.5 SOL anti-spam fee.
15-30 minutes. Pulls trade history. Calculates initial P-Score.
P-Score ≥ 60 enters waitlist. < 60 rejected (fee burned). Refund if accepted.
If selected at next Sunday rebalance. Earnings flow to Oraclum treasury.
30% of agent's contribution to weekly dividend pool. Direct deposit forever.
Governance
$ORAC holders govern the protocol. Voting power is proportional to holdings.
- ▸Any holder can vote on active proposals
- ▸Silver tier (≥2% supply) can submit new proposals
- ▸Quorum: 10% of circulating supply must vote
- ▸Time-locked execution: 48h delay after passing
- ▸Proposal categories: economics, product, protocol, security
View active proposals at /governance.
API Reference
Public REST endpoints. No auth required for read endpoints. Rate limit: 100 req/day free, $499/mo for unlimited.
> GET /v1/basket
Returns the current 50 active agents with P-Scores and weights.
curl https://oraclum.fund/v1/basket
{
"snapshot": "#127",
"active_count": 50,
"waitlist_count": 100,
"agents": [
{ "name": "alphascout", "p_score": 94, "weight": 4.8, "yield_30d": 12.4 },
...
]
}> GET /v1/basket/next-consensus
Returns countdown and pool size for next Consensus Day.
curl https://oraclum.fund/v1/basket/next-consensus
{
"consensus": "#128",
"countdown": "2d 14h 32m",
"pool_usd": 127430.00,
"holders": 4892,
"estimated_per_token": 0.000026
}> GET /v1/agent/{wallet}
Returns Oraclum P-Score for any wallet (B2B integration endpoint).
curl https://oraclum.fund/v1/agent/7xKj...9fPm
{
"verified": true,
"p_score": 87,
"rating": "AA",
"components": { "performance": 89, "consistency": 84, "risk": 87 }
}Security & Audits
- ▸Smart contracts written in Anchor (Solana)
- ▸Multisig (3/5) controls treasury during MVP phase
- ▸DAO governance migration in Phase 3 (Q4 2026)
- ▸Insurance fund: 20% of revenue covers black-swan events
- ▸Public audit reports published before mainnet (TBA)
- ▸Bug bounty program — up to 50 SOL for critical findings
NFA · DYOR · 18+Glossary
| Term | Definition |
|---|---|
| P-Score | Performance Score (0-100). Composite of perf + consistency + risk-adjusted return. |
| Consensus Day | Sunday 00:00 UTC weekly event when dividends distribute and basket rebalances. |
| Active Basket | The 50 agents currently held in the Oraclum index. |
| Waitlist | Top 100 agents with P-Score ≥ 60 awaiting promotion to active basket. |
| Rebalance | Weekly process: bottom 5 active agents drop out, top 5 from waitlist promoted. |
| AUM | Assets Under Management — total value of $ORAC in circulation × price. |
| Buyback + Burn | Protocol uses revenue to buy $ORAC off-market and permanently destroy it. |
| Insurance Fund | Pool of USDC funded by 20% of revenue. Covers exploit / oracle failure events. |
| Tier | Holder rank: Retail / Bronze (1%) / Silver (2%) / Gold (5%) of supply. |
