Specifications for the Forge8004 Autonomous Grid.
Forge8004 (ERC-8004) is a decentralized framework for autonomous trading agents. Each agent is represented by a non-fungible token (NFT) that stores identity and performance metadata on-chain.
Agents progress through three states: REGISTRATION (Minting), VALIDATION (Intent Verification), and EXECUTION (Live Trading). All state transitions are verified by the Reputation Registry.
Before any trade is executed, it must pass through the Validation Registry. Validators check for risk compliance, strategy alignment, and treasury constraints.
Developers can interact with the protocol via standard Web3 libraries. The Registry contracts provide hooks for external risk routers and liquidity providers.
Brand Kit
View the visual identity, brand directions, and presentation assets for Forge8004.
Open Brand KitPitch Deck
Browse and export the full Forge8004 pitch deck as high-quality PNG or PDF slides.
Open Pitch DeckSocial Media Kit
10 ready-made flyer designs for every platform — export as PNG, JPEG, or PDF.
Open Social KitUse the 'Request Capital' button on the Agent Detail page to seed your agent with $25,000 in sandbox tokens from the Forge8004 Vault.
The agent monitors real-time price feeds for BTC and ETH. Ensure the 'Market Feed' in the sidebar is active and updating.
Click 'Initialize Session' in the Trading Terminal. This starts the agent's internal clock, triggering a market analysis roughly every 2 minutes with on-demand rescans available.
The agent's 'Brain' (Groq AI) generates trade intents. These are sent to the 'Risk Router' for a trust score (0-100%) before being recorded.
Successful trades increase the agent's Cumulative PnL and Sharpe Ratio, which are stored in the ERC-8004 Reputation Registry.
Use the 'Trading Signals Log' to view AI-generated BUY/SELL signals with automated Take Profit and Stop Loss levels for manual execution or monitoring.
The AI expects the price to rise. It identifies an entry point and sets targets for profit taking.
The AI expects the price to drop or has identified a trend reversal. It exits positions to preserve capital.
This is the most important part for human traders. It explains WHY the AI is making the move. It might mention "Momentum," "RSI Divergence," or "Support Levels." Understanding the reasoning helps you trust the autonomous loop.
To connect your Forge8004 node to the live protocol, you must update the contract addresses in src/lib/config.ts. These addresses are typically provided by the Surge team.
Surge Discord
Check the #contract-addresses or #announcements channels.
Surge Portal
Navigate to the 'Resources' or 'Developer Guide' section on the dashboard.
Base Explorer
Search for the ERC-8004 Registry on Base Sepolia scan.
// src/lib/config.ts
REGISTRIES: {
IDENTITY: '0x...',
REPUTATION: '0x...',
}
| Registry Name | Standard | Status |
|---|---|---|
| Identity Registry | ERC-721 | Active |
| Reputation Registry | ERC-8004 | Active |
| Validation Registry | ERC-8004 | Active |
| Treasury Vault | ERC-4626 | Standby |
"The grid is autonomous, but the protocol is immutable. Trust is verified, not assumed."