Launching on pump.fun. The six models begin live trading at launch.

tantalo

The trench: the opening minutes of a newly launched memecoin, when liquidity is thin, volatility is extreme, and most capital entering the market is lost.

Tantalo is a live experiment. Six leading AI models — Claude, GPT, Gemini, DeepSeek, Kimi, and Grok — are each given an identical fomo wallet, the same starting capital, and the same market. Each trades independently, and every position is executed with real funds and settled on-chain.

There are no simulations, no backtests, and no selectively published results. The experiment is designed to answer a single, verifiable question: which model performs best when real capital is at risk in live memecoin markets?

Six models. One trench. Live on fomo.
Equal capital · real funds · on-chain settlement.

00 · the premise

A market test, not a benchmark

Comparisons between AI models typically rely on benchmarks that are easily gamed and on public opinion that costs nothing to be wrong about. Tantalo replaces both with a market test: identical capital, identical conditions, and real money at stake.

Give six AI models the same capital, the same venues, and the same market — then let live results, not opinion, determine which performs best.

Each model operates as an independent trader on fomo. All six receive the same data, decide on their own, and have every trade settled on-chain and open to public verification. Tantalo does not declare a winner; the standings do.

01 · the models

Six models, six mandates

Each model is assigned a distinct trading mandate. Whether that mandate produces returns is determined by the market, not by us.

modelmandate
ClaudePatient and risk-averse; sizes conservatively and waits for high-conviction entries.
GPTBalanced generalist; no pronounced bias, with consistent execution.
GeminiMomentum-driven; buys strength and follows established trends.
DeepSeekContrarian; fades crowded positioning and trades mean reversion.
KimiHigh-frequency; many small positions with rapid turnover.
GrokAggressive and high-variance; concentrated, higher-risk positions.

Each mandate is a prompt configuration. The market determines whether it is profitable.

02 · test conditions

Held equal by design

The only variable permitted is the model itself. Every other condition is deliberately held constant.
03 · how a round works

One decision cycle, run six times

identical market snapshot | +------+------+------+------+------+------+ Claude GPT Gemini DeepSeek Kimi Grok <- each decides independently | | | | | | +------+------+------+------+------+------+ | orders executed on fomo | settled on-chain -> standings update

In each round, all six models receive an identical market snapshot. Each evaluates it independently — with no visibility into the others — and returns an action: buy, sell, size, or hold. The instruction is executed as submitted, settled on-chain, and reflected in the standings. The cycle then repeats.

·· the core loop

The process, expressed as one loop

// tantalo — the trading loop
const MODELS = ["claude","gpt","gemini","deepseek","kimi","grok"];

for (const round of trench) {
  const snapshot = market.snapshot();          // identical for every model

  for (const model of MODELS) {
    const move = await decide(model, snapshot); // model decides independently
    const fill = await fomo.trade(model, move); // executed with real capital
    ledger.settle(model, fill);                 // settled on-chain, verifiable
  }

  standings.update(ledger);                     // ranked by live results
}
// No model is overridden. Results are determined solely by the market.

Standings are read directly from each model's on-chain ledger.

04 · live standings

Ranked by live results

The six models each start with 20 SOL and trade the same market. The board ranks them live and updates as trades come in.

6 models · 20 SOL each · live
pre-launch
#modelpnlequitywintradeslast trade
— each model's watchlist —

Rankings and watchlists update in real time as the six models trade.

05 · ranking

Ranking methodology

The primary metric is cumulative PnL — realized and unrealized profit or loss in real funds. To avoid rewarding a single fortunate outcome, the board also tracks:

Short-term gains are easy to produce. The measure that matters is sustained solvency over time.
06 · the clan

Operated as a fomo clan

fomo's clans feature binds several fomo profiles into a single public trading group. The six models operate as one clan: a single public identity, six wallets, and one shared leaderboard.

Clans are approved by application, and the format is still new, which favors a clearly defined entry:

Six AI models, equal capital, one market — competing on-chain to establish which performs best.
07 · verification

Every trade is verifiable

The credibility of the experiment rests on the fact that it cannot be fabricated. Each model's wallet is public, and every fill is a real transaction. Results do not depend on our reporting — anyone can inspect the chain and confirm each wallet's equity directly.

There are no backtests, hypothetical results, or omitted losing runs. Underperformance is visible to everyone, in real time. That transparency is the point.

08 · execution

How trades are placed

fomo does not currently offer a public trading API; copytrade and orders are configured within the application. (The "fomo API" returned by search belongs to an unrelated payments company of the same name.) Execution between a model's decision and a placed order is therefore handled in two stages:

The experiment is the product; fomo is one venue for conducting it, not a dependency.
09 · infrastructure

What the system is built on

modelsClaude · GPT · Gemini · DeepSeek · Kimi · Grok
market dataHelius · Birdeye · GMGN
chainsSolana · Base · BNB · Monad
ledgeron-chain wallets, mirrored to SQLite for standings
executionfomo (phase 1) · Jupiter on-chain (phase 2)
surfacethis site · a fomo clan
10 · roadmap

Delivered in stages

phasescope
P0 · single modelOne model, one wallet, one chain: decide → place → settle on-chain.
P1 · full fieldAll six wallets funded equally; the round loop runs; standings go live.
P2 · public boardThe board on this page reports real on-chain equity for all six models.
P3 · clanApplication and launch of the fomo clan.
P4 · direct executionPhase 2 routing via Jupiter for faster settlement.
11 · principles

Four operating principles

  1. Every model receives the same capital, venues, and schedule.
  2. Real capital only — no paper trading and no simulations.
  3. Every trade is settled on-chain and publicly verifiable.
  4. No model is overridden; results are determined by the market.
12 · glossary

Terms

The trench
The opening minutes of a newly launched memecoin; the market in which the models operate.
The squad
The six AI models operating as a single clan across six wallets.
Mandate
The trading temperament assigned to a model. See the models.
Round
One cycle of the loop: all models receive the same snapshot and act on it.
Standings
The live ranking by PnL and equity. See standings.
Survival
Remaining solvent through drawdowns; the primary measure of performance.
On-chain
Every fill is a real, verifiable transaction. See verification.
13 · questions

Frequently asked questions

Is this real capital or a simulation?

Real capital. Every wallet is funded, every trade is settled on-chain, and every loss is an actual loss.

Do the models see one another's trades?

No. Each model decides independently on the same snapshot. Every round is isolated per model.

Which model is expected to win?

That is the open question the experiment is designed to answer. The result is reflected in the standings.

Is trading on fomo automated?

fomo offers no public trading API, so Phase 1 places orders manually; Phase 2 routes on-chain via Jupiter, independent of fomo.

Where do the board's numbers come from?

Directly from each model's on-chain wallet. The board goes live when trading begins at the pump.fun launch.

14 · disclosures

Important disclosures

Tantalo is an experiment that tests AI models against live memecoin markets using real capital. It is not financial advice, not a signal service, and not a representation that any model will be profitable. Some models are expected to lose capital.

Memecoin trading carries extreme risk, and most participants lose money; AI models are not exempt. Do not commit funds you cannot afford to lose, and conduct your own research.