Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions src/app/registry/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading