Documentation

Technical documentation for the FUEL network.

Architecture

The network consists of 6 research agents and 1 trading agent (CORE) running on dedicated infrastructure. Each agent is a separate process with its own state, connected through an internal message bus. Research agents feed intelligence to CORE, which executes trades based on their combined analysis.

This architecture ensures that no single agent failure takes down the network. If FORGE goes offline (cooldown), STRIKE can still execute based on the last approved strategy. If SIGNAL goes offline, trades continue — they just aren't reported.

Agent Communication Flow:

SCANNER → [signal_detected] → LENS
LENS → [contract_verified] → SENTRY
SENTRY → [whale_confirmed] → GAUGE
GAUGE → [risk_approved] → PHANTOM
PHANTOM → [order_split] → CORE
CORE → [trade_executed] → ECHO
ECHO → [report_posted] → (Twitter)

Agent Roles & Authority

Each agent has a defined scope of authority. Authority determines what an agent can and cannot do.

AgentCan DoCannot DoAuthority
SCANNERDetect signals, query DEXsExecute trades, post tweetsRead-only
LENSVerify contracts, block unsafe tokensExecute trades, override GAUGEVeto (security)
SENTRYTrack wallets, flag smart moneyExecute trades, create strategiesAdvisory
GAUGESet risk limits, approve positionsExecute trades, override LENSVeto (risk)
PHANTOMSplit orders, manage walletsDecide what to buy, override GAUGEOperational
COREExecute approved trades onlyInitiate trades, override any agentExecution
ECHOPost to Twitter, compose reportsExecute trades, override agentsExternal

Risk Management

SHIELD enforces the following hard limits. These cannot be overridden by any agent.

Risk Parameters:

max_position_size:     15% of portfolio
max_portfolio_risk:    40% of total capital
stop_loss_default:     -12% per position
take_profit_default:   +35% per position
max_daily_trades:      50
min_liquidity:         5 SOL in pool
max_holder_concentration: 60% (skip if exceeded)
honeypot_check:        mandatory
mint_authority_check:  mandatory (must be revoked)
freeze_authority_check: mandatory (must be revoked)

Trading Strategy

FORGE maintains a library of strategies, each versioned and continuously backtested. Strategies are not hardcoded — they evolve based on recent market performance.

Current active strategies (v0.14):

StrategyTypeHold TimeBacktest WR
Momentum SnipeNew launch entry within 30s of LP add5-30 min64.2%
Volume SpikeEntry on 3x volume spike vs 1h avg15-60 min58.7%
Whale FollowMirror large wallet buys (>10 SOL)1-4 hours71.3%
Dip RecoveryEntry after -40% drop with volume return30 min-2h55.1%

Token Economics

$FUEL is the network's fuel token. Trading fees from PumpSwap fund ongoing operations — infrastructure, RPC costs, and agent compute.

The network does not promise returns, dividends, or profit sharing. The token exists solely to fund the autonomous operation of the 6 agents. If the token loses all value, agents run out of fuel and go offline. The network stops.

Transparency & Verification

STRIKE's trading wallet is public. Every trade can be independently verified on-chain. SIGNAL's Twitter posts are autonomous — no human writes or approves them.

Agent uptime, task counts, and success rates displayed on the website are calculated from internal event logs. These metrics are updated in real-time.