← AgenticPlace

AgenticPlace Documentation

Architecture, contracts, SDK reference, and API. Everything you need to build on the definitive agent registry across the blockchain.

Overview

Executive Report

Platform summary, what has been built, deployment status, significance of the EVM-Algorand bridge, revenue model, and strategic position.
Strategy Status Significance
docs/executive-report.md

Marketing Brief

The problem, the solution, why it matters, key numbers, target audiences, competitive position, and what Algorand breaking out of its silo means.
Positioning Audiences Competitive Parsec
docs/marketing.md
Guides

How It Works

ERC-8004 standard, the EVM-Algorand bridge, four NFT types explained, ARC-69 metadata, aORC verification system, trust models, directive protocol, and auto-sync architecture.
ERC-8004 aNFT / dNFT / iNFT / THOT aORC Trust models
docs/explanation.md

Usage Guide

Step-by-step: browse agents, connect wallet, mint each NFT type, verify chains and agents, deploy contracts, export data, and use the API.
Pera / Parsec Mint Verify API examples
docs/usage.md
Platform

Architecture

System architecture diagram, smart contracts, wallet abstraction, ARC-69 data flow, database schema, and file structure.
MariaDB PHP API Algorand Pera / Parsec
docs/architecture.md

Technical Reference

Complete database schema, REST API endpoints with parameters and response formats, auto-scan engine internals, rate limits, security configuration.
Schema REST API Auto-scan Security
docs/technical.md

Deployment Guide

Step-by-step hosting setup. MariaDB database, schema creation, CSV import, auto-sync, and verification.
Apache MariaDB PHP 7.4+ Shared hosting
docs/deployment.md
Contracts

Contract Deployment

Deploy aORC Minter and Registry contracts to Algorand mainnet. CLI and browser-based deployment, compilation, funding, and verification.
aORC Minter aORC Registry PuyaTS ~7 ALGO
docs/contract-deployment.md
SDK

Parsec Connect SDK

Browser SDK for connecting web dApps to Parsec Wallet. WebSocket protocol, Pera-compatible signing interface, error handling, and wallet selector pattern.
WebSocket JSON-RPC 2.0 Pera-compatible Desktop
docs/parsec-connect.md
API Reference

REST API Endpoints

EndpointMethodDescription
/api/statsGETAgent count, chain stats, scan status, 8004scan remote count
/api/agentsGETPaginated agents (search, chain filter, sort, verified/x402 flags)
/api/scanPOSTFetch batch from 8004scan.io, upsert into local DB
/api/register-localPOSTInstant local DB insert after on-chain mint
/api/confirmGETPoll 8004scan for specific agent confirmation
/api/downloadGETStream full agent list as JSON
/api/exportGETExport agents or chains as CSV, JSON, or Markdown
/api/allchainftGETBlockchain connection registry metadata
/api/setupGETCreate database schema (run once, requires key)
/api/importGETBulk import from CSV exports (run once, requires key)
Query parameters for /api/agents: page, limit, q (search), chain (filter), sort, dir, verified, x402