diff --git a/src/app/registry/data.ts b/src/app/registry/data.ts index 38df04d..429ac1b 100644 --- a/src/app/registry/data.ts +++ b/src/app/registry/data.ts @@ -566,30 +566,32 @@ export const AGENTS: Agent[] = [ wallets: [ { address: "0xf1e958db7d1e4c074377946018ad645db4fb158e", - label: "verified wallet", - role: "operator", + label: "likely treasury", + role: "treasury", + address_type: "eoa", chain: "base", confidence: "declared", evidenceSource: "manifest", - notes: "AEON operator wallet — manifest declared.", + notes: "AEON treasury wallet — confirmed directly by AEON team 2026-06-23.", }, { address: "0x67976cebb5266b50a08c0dcb676e03baf305e3a2", - label: "verified wallet", - role: "operator", + label: "candidate wallet", + role: "deployer", + address_type: "eoa", chain: "base", confidence: "declared", evidenceSource: "manifest", - notes: "AEON operator wallet — manifest declared.", + notes: "AEON deployer wallet — confirmed directly by AEON team 2026-06-23.", }, ], - verificationStatus: "Wallets Declared", - evidenceSources: ["Bankr agent registry", "AEON framework GitHub", "Operator manifest"], + verificationStatus: "Verified", + evidenceSources: ["Bankr agent registry", "AEON framework GitHub", "Direct team declaration"], treasuryHealth: "Stable", outreachStatus: "In progress", lastChecked: "2026-06", priority: 97, - adminNotes: "Execution and settlement layer — configure once, no approval loops. Weekly revenue confirmed at 17.16 WETH on Base. Token contract verified via official Bankr profile. Settlement role: AEON handles autonomous payment execution; Zetta provides financial readability. Operator wallets declared: 0xf1e9… and 0x6797…", + adminNotes: "Execution and settlement layer — configure once, no approval loops. Weekly revenue confirmed at 17.16 WETH on Base. Token contract verified via official Bankr profile. Settlement role: AEON handles autonomous payment execution; Zetta provides financial readability. Treasury and deployer wallets confirmed directly by AEON team 2026-06-23: treasury=0xf1e9…, deployer=0x6797…. Run address classification to confirm treasury_contract type if treasury is a Gnosis Safe.", }, { name: "Manfred Macx",