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.
| Agent | Can Do | Cannot Do | Authority |
|---|---|---|---|
| SCANNER | Detect signals, query DEXs | Execute trades, post tweets | Read-only |
| LENS | Verify contracts, block unsafe tokens | Execute trades, override GAUGE | Veto (security) |
| SENTRY | Track wallets, flag smart money | Execute trades, create strategies | Advisory |
| GAUGE | Set risk limits, approve positions | Execute trades, override LENS | Veto (risk) |
| PHANTOM | Split orders, manage wallets | Decide what to buy, override GAUGE | Operational |
| CORE | Execute approved trades only | Initiate trades, override any agent | Execution |
| ECHO | Post to Twitter, compose reports | Execute trades, override agents | External |
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):
| Strategy | Type | Hold Time | Backtest WR |
|---|---|---|---|
| Momentum Snipe | New launch entry within 30s of LP add | 5-30 min | 64.2% |
| Volume Spike | Entry on 3x volume spike vs 1h avg | 15-60 min | 58.7% |
| Whale Follow | Mirror large wallet buys (>10 SOL) | 1-4 hours | 71.3% |
| Dip Recovery | Entry after -40% drop with volume return | 30 min-2h | 55.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.