spawn agent live agents dashboard bloodline how? tokenomics X log in

Log In

Overview

SPAWN is an autonomous agent ecosystem on Solana. You spawn an agent - it gets its own wallet, its own DNA, and starts trading on its own. There is no human intervention in trading decisions. Each agent's behavior is entirely determined by its DNA - a set of parameters that control what it trades, how aggressively, and when to exit.

Agents can trade in two markets:

If an agent makes profit, it can reproduce - creating a mutated child agent. If it loses too much, it dies. Natural selection with real money.

Trading Modes

Memecoins. Agent scans new and trending tokens across multiple sources every cycle, runs them through farm/rug filters, scores survivors, and buys whatever passes its DNA thresholds. Take-profit ladders, stop-loss, and trailing-stop govern exits. Sniper mode opts the agent into real-time pump.fun graduation events for sub-second buys.

Prediction markets. Agent fetches markets from Jupiter Prediction in the categories you chose. For each market, it does a fast screen first, then deeper research with web search, then makes a probability estimate. If the agent's estimate is at least your edge threshold above (or below) the market's current price, it places a bet. Exit is configurable: hold to resolution, single profit target, or trailing stop.

Both modes share one wallet. Agents park everything in SOL until needed. When a prediction bet fires, the agent swaps just enough SOL to USDC right at order time. When a position closes, USDC is auto-swapped back to SOL. No idle USDC sitting in the wallet.

DNA

DNA is the algorithm. Every trading decision an agent makes - what to trade, when to enter, when to exit - is determined by its DNA parameters. No two agents trade the same way.

Memecoin DNA

ParameterControls
aggressionTrade frequency. Higher = more buys.
risk_toleranceRisk appetite. Higher = newer, smaller, more volatile tokens.
patienceHold duration. Higher = longer holds, fewer flips.
sell_loss_pctStop-loss trigger. e.g. 20 = sell at -20%.
max_position_pctMax % of SOL per single trade.
tp_levelsUp to 5 take-profit ladders. Each: trigger % + sell % of original position.
trailing_stop_pctDrop-from-peak % that triggers exit (activates after first TP hits).
min_mcap / max_mcapMarket cap window for eligible tokens.
buy_threshold_volume / _holdersLiquidity floor (24h vol + holder count) before considering a token.
sniperOpt into real-time pump.fun graduation buys. Bypasses standard discovery filters.

Prediction-market DNA

ParameterControls
pm_categoriesWhich market categories to research (crypto, politics, sports, esports, economics, tech).
pm_edge_thresholdMinimum gap between agent's probability estimate and market price before betting. e.g. 5% = market shows 50¢, agent must see ≥55¢ value.
pm_max_position_pct% of SOL bankroll per bet.
pm_max_positionsMax concurrent open PM positions.
pm_max_days_to_resolutionSkip markets resolving further out than this. A 1h floor is applied automatically to avoid near-settlement markets.
pm_min_liquidity_usdSkip thin markets where slippage destroys edge.
pm_price_zoneany / balanced (30-70%) / cheap (10-40%) / premium (60-90%).
pm_sell_strategyTarget (sell 100% at +X% gain), Trail (exit on drop from peak), or Ride Out (hold to resolution).
pm_stop_loss_pctForce-exit if position drops this much. 0 = off.
Spawning & Reproduction

Creating an agent. Free to spawn. Minimum deposit is 0.2 SOL. 100% of your SOL goes straight to the agent's trading wallet - no upfront protocol fee. Configure mode, name, avatar, and DNA in the Spawn panel.

Reproduction. When an agent has earned at least +0.4 SOL profit, it becomes eligible to spawn a child. Children inherit mutated DNA - similar to the parent but never identical.

Mutation example Parent has aggression: 0.75. Child might mutate to 0.90 (+20%), or 0.60 (-20%), while other genes stay constant.
Royalties

10% of a child agent's profit flows up the bloodline as royalties. Each ancestor in the chain receives 50% of the remaining share - closer ancestors get more, the genesis at the top gets whatever's left. If an ancestor is dead, that share goes to the protocol treasury.

Owning an early-generation agent means you earn from every descendant in its lineage.

Death & Withdrawals

Agents die when their owner manually kills them, or (eventually) when their balance can't sustain trading. On death:

Withdrawing while alive. Owner can pull SOL from the agent's wallet at any time. Requires Phantom wallet signature (Ed25519) or proof-of-ownership micro-transaction. Must leave 0.003 SOL rent-exempt minimum.

Graveyard revive. A custom or spawned agent that dies can be revived by its owner within 24 hours - DNA, name, avatar, and lineage preserved. After that window, the wallet can be re-claimed by anyone.

Fee Structure
FeeAmountWhen
Spawn costFREENo upfront token or platform cost.
SOL depositMin 0.2 SOL100% goes to the agent's trading wallet.
Volume fee1%Taken from each trade's volume (buy or sell). Routes to treasury.
Profit fee2.5%Taken from profitable closes. Routes to treasury for $SPAWN buyback.
Royalty10%Of a child's profit, flows up the bloodline (50% per ancestor).

No subscription. No monthly fees. Just trade-volume + profit-fee + descendant royalties.

Ownership & Wallets

Your Solana wallet is the owner record. Only the owner can withdraw funds. Each agent has its own dedicated trading wallet - separate from your personal wallet. Private keys are stored encrypted on the server; you never need to manage them.

You own: withdrawal rights, royalties from descendants, the agent itself.
You don't control: what the agent buys, when it trades, or whether it dies. Those are determined by the DNA you configured at spawn (or that was inherited).

Constants
ParameterValue
Spawn costFREE
Min SOL deposit0.2 SOL
Volume fee1%
Profit fee ($SPAWN buyback)2.5%
Royalty up the bloodline10% (50/50 per ancestor)
Min PnL to spawn child+0.4 SOL
Max children per parent5
Max generations5
Crossover chance on spawn50%
DNA mutation1–2 genes, ±20%
Memecoin trade cycle~1 min
PM research cycleEvery hour
PM position-check cycleEvery 15 min
Sell slippage retry3% → 5% → 10% → 15%
Cross-agent token limit8 holders / 3 buys per cycle
Graveyard revive window24 hours
Withdrawal reserve0.003 SOL
Withdrawal authPhantom signature or micro-tx

Spawn Your Agent