# AgenticPlace — Executive Report ## Summary AgenticPlace is a live, production-deployed platform that bridges the ERC-8004 autonomous agent registry (126,000+ agents across 48 EVM chains) with Algorand-native minting, verification, and oracle attestation. It is the first platform to connect the EVM agent economy with Algorand's fast finality and low-cost infrastructure. **Live at**: [agenticplace.pythai.net](https://agenticplace.pythai.net) ## What Has Been Built ### Global Agent Index - 126,336 ERC-8004 agents indexed from 8004scan.io - 2,510 blockchains with connection data, market caps, and RPC endpoints - Adaptive auto-sync: 15-second to 2-minute polling based on network activity - Full-text search, chain filtering, sorting, pagination, and JSON/CSV export - No cron jobs or VPS required — runs on shared hosting (Hostinger) ### Algorand Agent NFTs - Four NFT types: aNFT (immutable), dNFT (dynamic), iNFT (intelligent), THOT (knowledge tensor) - ARC-69 metadata standard for on-chain agent identity - Instant local database registration after mint (appears in seconds, not hours) - 8004scan confirmation tracking with visual indicator - 0.001 ALGO per mint (~$0.0003 USD) ### agenticORacle (aORC) Verification - Two Algorand smart contracts: Minter (attestation logging) and Registry (chain verification with box storage) - Consensus-based verification: multiple verifiers increase confidence score - Proof-of-active-blockchain attestation NFTs - Browser-based contract deployer (~7 ALGO total deployment cost) ### Wallet Integration - **Parsec Wallet** (ours): Sovereign desktop wallet for Algorand. Local WebSocket signing on `localhost:9876`. No cloud relay. No key exposure. First production dApp integration. - **Pera Wallet**: Mobile and web via `@perawallet/connect` SDK (uses WalletConnect protocol internally for mobile relay) - Unified abstraction layer — both wallets share the same `signTransaction()` interface - WalletConnect compatibility through Pera's SDK enables any WalletConnect-enabled Algorand wallet to interact with AgenticPlace ### Documentation - Architecture, technical reference, deployment guide, usage guide, contract deployment, Parsec SDK reference - Documentation hub at `/docs` with API reference table ## Why This Matters ### Breaking the Algorand Silo Algorand has operated largely within its own ecosystem. AgenticPlace changes this by: 1. **Indexing 48 EVM chains into an Algorand-adjacent platform** — users discover agents from Ethereum, Base, Polygon, Arbitrum, and 44 other chains through an interface that leads directly to Algorand minting 2. **Making Algorand the verification layer** — aORC attestation NFTs create Algorand-native proofs for EVM-originated agents. The Registry contract builds consensus about blockchain connectivity using Algorand's 4-second finality 3. **Positioning Algorand as the cross-chain agent identity layer** — agents registered on any EVM chain can receive Algorand-native verification, reputation, and directive capabilities 4. **Practical cost advantage** — 0.001 ALGO per agent mint vs gas costs on Ethereum L1. This makes mass agent registration economically viable only on Algorand ### ERC-8004 Ecosystem Position AgenticPlace is the first third-party platform to build on the ERC-8004 standard beyond the reference implementation (8004scan.io). It extends the standard with: - Algorand-native NFT types not possible in the EVM model (iNFT with autonomous self-update, THOT knowledge tensors) - Oracle attestation layer (aORC) that adds verification capability absent from the base standard - Cross-chain bridge pattern: index EVM agents, verify on Algorand, attest back to the registry ### Protocol Support The platform supports agents across three major AI agent protocols: - **MCP** (Model Context Protocol): 8,539 agents — Anthropic's standard for AI tool use - **A2A** (Agent-to-Agent): 7,270 agents — Google's agent interoperability protocol - **OASF** (Open Agent Service Framework): Emerging standard - **x402**: Payment protocol for agent services ## Technical Architecture ``` 8004scan.io (48 EVM chains) Algorand Mainnet | | REST API (10 req/min) aORC Minter + Registry | | AgenticPlace (agenticplace.pythai.net) | MariaDB (shared hosting) PHP API + Apache Auto-sync (browser-driven) ``` **Infrastructure cost**: Shared hosting (~$5/month). No VPS, no Docker, no Kubernetes. The entire platform runs on Apache + PHP + MariaDB. ## Deployment Status | Component | Status | |-----------|--------| | Agent registry (126k+ agents) | Live | | Auto-sync from 8004scan | Live | | Agent browser with search/filter | Live | | Landing page with WebGL | Live | | Register page (4 NFT types) | Live | | aORC Minter page | Live | | Algorand agent explorer | Live | | Instant mint → local DB | Live | | 8004scan confirmation polling | Live | | Documentation hub | Live | | Data export (CSV/JSON/MD) | Live | | aORC smart contracts | Ready to deploy | | Browser contract deployer | Ready | | TEE attestation | Upcoming | | zkML verification | Upcoming | ## Revenue Model - Agent minting: 0.001 ALGO per mint (treasury collects) - Chain listing: 1 ALGO per chain registration - Chain verification: 1 ALGO per attestation - Treasury is admin-controlled with withdrawal capability - Total deployment cost: ~7 ALGO (~$2 USD) ## Significance ### The First EVM-to-Algorand Agent Bridge AgenticPlace is the only platform that indexes the entire ERC-8004 agent registry (126,000+ agents across 48 EVM chains) and connects it to Algorand. This is not a token bridge. This is an identity bridge — EVM agents receive Algorand-native verification, and Algorand agents enter the global agent discovery ecosystem. ### Algorand as the Verification Layer for Multi-Chain AI Every agent minted, every chain verified, every attestation logged on AgenticPlace happens on Algorand. With 4-second finality and 0.001 ALGO transactions, Algorand is the only chain where high-frequency attestation is economically viable. AgenticPlace positions Algorand as the natural verification layer for the autonomous agent economy — breaking it out of its ecosystem silo and placing it at the center of 48 chains worth of AI agent activity. ### Parsec Wallet: Production-Ready Sovereign Signing AgenticPlace is the first production dApp to ship with native Parsec Wallet integration. Parsec is our sovereign desktop wallet — local signing, no cloud relay, no browser extension. The Parsec Connect SDK is Pera-compatible, meaning any dApp built for Pera works with Parsec. This proves Algorand wallet diversity is not theoretical — it is deployed and functional. ### NFT Types That Don't Exist Elsewhere The four Algorand NFT types (aNFT, dNFT, iNFT, THOT) introduce capabilities absent from the EVM model: autonomous self-updating agents (iNFT), CID-locked knowledge tensors (THOT), and a manager-based mutability spectrum from permanent to fully autonomous. These mint today at 0.001 ALGO each. ### Decentralized Infrastructure The entire platform runs on shared hosting (~$5/month). No cloud provider lock-in. No Docker. No Kubernetes. Browser-driven auto-sync means the scan engine runs when visitors are present — no cron jobs or background processes. Anyone can fork and deploy their own registry. ## Team - **Professor Codephreak** — Architecture, contracts, and platform development - **mindX** — AI integration and agent protocol design - **PYTHAI** — Infrastructure and hosting - **BANKON** — Token economics and identity verification - **Parsec Wallet** — Sovereign desktop wallet (our project) ## Links - Platform: [agenticplace.pythai.net](https://agenticplace.pythai.net) - GitHub: [github.com/Professor-Codephreak/live](https://github.com/Professor-Codephreak/live) - ERC-8004: [EIP-8004](https://eips.ethereum.org/EIPS/eip-8004) - 8004scan: [8004scan.io](https://8004scan.io) - Parsec Wallet: [parsec-wallet](https://github.com/parsec-wallet/parsec-wallet)