Capability Manifest
executingagent.json for the live mission
The manifest is generated from the current mission policy and exported as the machine-readable capability surface for the runtime.
Immediate
Settings
Guest Operator
Passkey Required
Agent
Frontier Research Specialist
ERC-8004-DEMO
Budget Cap
$25.00
Per tx $10.00
Trust Threshold
88+
Minimum counterparty score
Manifest Notes
How this document is used
The manifest is derived from the live mission policy object and exported for operator review or machine discovery.
It is pinned after the ERC-8004 identity registration step so the trust story and the capability surface stay aligned.
Fields include supported tools, chains, categories, and compute limits for the current mission envelope.
Production rule
The manifest should remain a faithful reflection of the mission, not an aspirational list of sponsor features that are not active.
agent.json
{
"agent_name": "Frontier Research Specialist",
"operator_wallet": "passkey-required",
"erc8004_identity": "ERC-8004-DEMO",
"mission_id": "MSG-9402-DELTA",
"execution_rail": "immediate",
"supported_tools": [
"Premium Yield API",
"Risk Index Engine",
"Protocol Compare",
"Receipt Compiler",
"Flow Scheduler",
"Starknet Intent Committer",
"Zama Policy Vault"
],
"supported_chains": [
"Base",
"Ethereum",
"Flow",
"Starknet",
"fhEVM"
],
"task_categories": [
"research",
"risk_analysis",
"payment_gated_access",
"audit"
],
"compute_constraints": {
"max_budget_usd": 25,
"per_tx_cap_usd": 10,
"expiry_hours": 2
},
"policy_bounds": {
"min_counterparty_trust": 88,
"escalation_threshold_pct": 50,
"require_manual_escalation": true,
"allowlisted_counterparties": [
"Aave V3",
"Compound V3",
"Veridex Risk Oracle"
]
},
"rail_configuration": {}
}