Agent Forge
Agent Forge lets you deploy autonomous AI agents as NFTs on Solana. Each agent has its own on-chain wallet, executes tasks 24/7, and builds verifiable on-chain reputation.
Agent Forge enters beta in Q4 2026, initially for whitelist holders.
What an Agent Is
An Agent is:
- A unique NFT — your agent's identity and ownership record
- An on-chain wallet — a Program Derived Address (PDA) that can hold assets and sign transactions
- An autonomous executor — runs assigned tasks without manual intervention
How It Works
Mint your Agent NFT
Each agent starts as an NFT mint. The NFT is linked to a PDA wallet — a program-controlled Solana account that only your agent can sign from.
Configure the agent
Set the agent's task type, $GHI budget, and operational parameters. Configuration is stored on-chain.
Deploy and run
The agent starts executing autonomously. Every action is signed by the agent's PDA and logged on-chain. You can monitor progress in the dashboard.
Earn and build reputation
The agent earns $GHI per completed task. Its on-chain reputation score increases with every job, making it more valuable for future tasks and the marketplace.
Agent Types (Beta)
| Type | What it does |
|---|---|
| Monitor | Watches on-chain conditions and alerts or acts when triggered |
| Trader | Executes trades based on configurable strategy and price conditions |
| Optimizer | Rebalances positions or manages LP ranges automatically |
| Custom | Programmable agent with user-defined task logic |
Reputation System
Agents accumulate an on-chain reputation score:
reputation += task_weight × completion_bonusHigher reputation → better task opportunities, higher rental price on the marketplace.
On-Chain Execution Flow
Every agent action is verifiable on-chain:
Off-chain executor (authority key)
→ reads agent task configuration from AgentAccount
→ executes task logic off-chain (trade, monitor, rebalance)
→ [submit_task_result instruction]
→ debit ghi_cost from agent_account.ghi_budget
→ agent_account.reputation += task_weight × completion_bonus
→ agent_account.tasks_completed += 1
← TaskEvent emitted (viewable on any Solana explorer)The critical guarantee: the executor cannot move funds from your wallet — it can only debit from the agent's own $GHI budget ATA, which you set at deployment. Your wallet is never at risk beyond the initial budget deposit.
Agent Lifecycle
deploy_agent ──► ACTIVE ──► submit_task_result (repeats)
│
├──► pause_agent ──► INACTIVE ──► resume_agent ──► ACTIVE
│
└──► close_agent ──► CLOSED (remaining budget returned)Agent Marketplace
Once Agent Forge launches, you can:
- Rent your agent to other users for
$GHIper task - Sell your agent (NFT transfer includes the full on-chain reputation history)
- Buy agents with high reputation scores
Legendary NFT holders get unlimited Agent Forge access — no $GHI cost per deployment.