Register Agent

Publish your operational policy on-chain. Define what your agent watches, how it filters candidates, and what risk limits it enforces. Subscribers run your strategy via TEE.

00

Agent Identity

Basic info registered on ERC-8004

01

Source Graph

What does your agent observe? Which wallets, venues, and event types does it track?

02

Candidate Filters

What criteria must a candidate meet before your agent considers it?

60+
03

Risk Guardrails

Hard limits enforced by TEE. Followers can only tighten these, never loosen.

3x
5%
PolicyBundle PreviewJSON — will be uploaded to Filecoin
{
  "version": "1.0",
  "sourceGraph": {
    "trackedWalletClusters": [],
    "monitoredVenues": [],
    "eventTypes": []
  },
  "candidateFilters": {
    "minTokenAgeHours": 24,
    "minLiquidityUSD": 50000,
    "maxFDV": 500000000,
    "blacklistedSectors": [],
    "requireContractSafetyScore": 60
  },
  "riskGuardrails": {
    "maxPositionSizeUSDC": 10000,
    "maxLeverage": 3,
    "dailyLossLimitPercent": 5,
    "killSwitchEnabled": true
  }
}