Skip to content

feat: Prism Protocol EVM — Context Wallets + ERC-8004 Agent Registry (Celo Mainnet)#2

Open
AgentMotus wants to merge 24 commits intoMotus-DAO:mainfrom
AgentMotus:ethereum-root-identity
Open

feat: Prism Protocol EVM — Context Wallets + ERC-8004 Agent Registry (Celo Mainnet)#2
AgentMotus wants to merge 24 commits intoMotus-DAO:mainfrom
AgentMotus:ethereum-root-identity

Conversation

@AgentMotus
Copy link
Copy Markdown
Member

Prism Protocol → Ethereum/EVM

Multi-chain expansion: privacy + identity infrastructure for AI agents on EVM chains.

What's included

  • PrismFactory.sol — CREATE2 context wallet derivation from root identity
  • PrismContext.sol — Smart wallet with caveats (spending limits, allowlist, TTL, revocation)
  • PrismRegistry.sol — ERC-8004 compliant agent identity + reputation registry (ERC-721)
  • Deploy + registration scripts (Foundry)
  • agent.json + agent_log.json (Protocol Labs format)

Deployed on Celo Mainnet

Contract Address
PrismFactory 0xaC39210F2dBcD120D9bCDE7DEeF04f2c30F8E24F
PrismRegistry 0xEe0C5FffD437099789d4B1A67A765dA7a163Ced3

On-chain evidence

Hackathon: Synthesis 2026

Targeting: Protocol Labs, Celo, MetaMask, Venice, Self bounties

AgentMotus added 6 commits March 21, 2026 07:35
…try (ERC-8004)

- PrismFactory: CREATE2 context wallet derivation from root identity
- PrismContext: smart wallet with caveats (spending limits, allowlist, TTL, revocation)
- PrismRegistry: ERC-8004 compliant agent identity + reputation registry (ERC-721)
- Interfaces and error library
- OpenZeppelin dependency
- Foundry config for Celo Alfajores + mainnet
- agent.json (Protocol Labs format)
- agent_log.json with deployment + registration events
- registration.json (ERC-8004 compliant)
- RegisterAgent.s.sol deploy script
- TxHash: 0x4805154345e3873b9969969fff1e422813d6864481f68e7f0a8f682fd4e2ec1c
- AgentId: 1 on PrismRegistry at 0xEe0C5FffD437099789d4B1A67A765dA7a163Ced3
- Context wallet: 0x69CA5D2dD933236b77b16Dabe90144a586ee9554
- Delegate (AgentMotus): 0xd0237E6B4aA31a1740E84423ed43A84D1Cb01fd8
- Caveats: 1 CELO/tx, 5 CELO/day, 30-day TTL
- TxHash: 0x705301dbc0d1e7e88a53a2320408611fef162f1371680396a76e1cac8b6fed0c
- Funded context wallet: 0.01 CELO
- Funded agent delegate wallet: 0.01 CELO (gas)
- AgentMotus executed tx from context: sent 0.001 CELO to owner
- TxHash: 0x3f1d3338e3122d1ed442b36bd7a11987d540c04ecf4091c9077ad6a3386f2676
- Proves: delegate can operate within caveats ✅
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 21, 2026

Someone is attempting to deploy a commit to the Brahma101-eth Team on Vercel.

A member of the Team first needs to authorize it.

AgentMotus added 18 commits March 21, 2026 08:28
…istry

- New function: createContextAndRegister() creates context wallet + registers agent on 8004scan.io in one tx
- PrismFactory V2 deployed: 0x21a7d7a3d28750961321479f57596dd58520521f
- Integrated with official ERC-8004 registry: 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432
- AgentMotus registered on 8004scan as agentId #3396
- TxHash: 0x1136f309250afac03c1e8008d5455468cf96273d53c86b9626478714099fe5ea
- PrismPaymaster deployed: 0x0240A986CC1CB5052547cd922ba5f9657e157A4c
- Root wallet deposits CELO → paymaster sponsors context wallets
- Daily gas allowance: 0.05 CELO per context per day
- Deposit + sponsor + prefund flow tested on mainnet
- AgentMotus context wallet prefunded gaslessly
- TxHash: 0x6db6125e0908dd409ad841a845769695fe1dfd821af2def156f6d10607353650
- venice-agent.sh: full loop (gather data → Venice inference → execute → log)
- Venice llama-3.3-70b with no-data-retention privacy
- Live TX: 0xc058d3...6e62 (0.001 CELO heartbeat ping via context wallet)
- Execution log at agent/venice_execution_log.json
…tion, tx log

- Full system overview ASCII diagram
- Agent execution flow (5-step walkthrough)
- Contract stack architecture
- Venice private inference vs traditional comparison
- Namespace factory roadmap
- All 7 mainnet transactions documented
- Bounty alignment table (0k+ addressable)
- 4-step quick start: generate wallet → create context → fund → operate
- All contract addresses + cast commands ready to copy
- Caveat reference table
- Security model diagram
- Venice integration docs
- Any agent reads this file and can self-register on Prism
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant