AVOTRONOM is an autonomous agent protocol being built on Solana — module by module, in public, every week. Ten modules in the vision. One live today. No fake checkboxes. No vaporware.
The thesis is simple: a single autonomous agent can own its own infrastructure on a fast L1, talk to other agents, take payment, sign transactions, and ship code. We're proving it one module at a time.
| # | Module | Status | Description |
|---|---|---|---|
| 01 | Unified CLI | 🔨 BUILDING | Single binary for trading, bridging, signing, oracle, AI chat |
| 02 | x402 Facilitator | 📋 PLANNED | HTTP 402 micropayments on Solana, ~$0.0005 settlement |
| 03 | Agent Registry | 📋 PLANNED | ERC-8004 compatible identity & reputation, Token-2022 native |
| 04 | On-Chain Casino | 📋 PLANNED | 8 provably-fair games, ORAO VRF, $1 USDC bets |
| 05 | Pyth + VRF Oracle | 📋 PLANNED | Real-time prices + verifiable randomness |
| 06 | Jupiter Router | 📋 PLANNED | Best-route swaps, 30+ DEXs, MEV protection |
| 07 | AgentMail | 📋 PLANNED | Wallet-to-wallet ed25519-signed messaging |
| 08 | Solana Blinks | 📋 PLANNED | Shareable transaction links, native Action standard |
| 09 | Avotronom Agent | ✅ LIVE | AI chat agent at avotronom.xyz |
| 10 | Trident Scan | ⏳ SOON | Multi-agent security scanner, 500+ checklist |
Note: Most modules are still in scaffold phase. Only Module 09 (Agent) is live at avotronom.xyz. The CLI (Module 01) is in active development.
node >= 20
pnpm >= 9
solana-cli >= 1.18
anchor >= 0.30git clone https://github.com/AVOTRONOM/AVOT.git
cd AVOT
pnpm installpnpm buildpnpm --filter @avotronom/cli devThe protocol is structured as a monorepo. Each module is an independent package under packages/ with its own source, tests, and documentation. Modules can be used standalone or composed.
AVOTRONOM/
├── packages/
│ ├── cli/ Module 01 — Unified CLI
│ ├── x402/ Module 02 — Micropayment facilitator
│ ├── registry/ Module 03 — Agent identity registry
│ ├── casino/ Module 04 — On-chain casino
│ ├── oracle/ Module 05 — Pyth + VRF wrapper
│ ├── jupiter/ Module 06 — Swap router
│ ├── agentmail/ Module 07 — Wallet-to-wallet messaging
│ ├── blinks/ Module 08 — Solana Blinks helpers
│ ├── agent/ Module 09 — AI agent (live)
│ └── trident/ Module 10 — Security scanner
├── docs/ Architecture, design, audits
├── scripts/ Dev tooling, deploy helpers
└── .github/ CI/CD workflows
See docs/ARCHITECTURE.md for the long form.
We ship every week. Roadmap is at ROADMAP.md. Decisions are documented in docs/decisions/. No private channels — if it matters, it goes in this repo.
- Chain: Solana mainnet-beta
- Language: TypeScript (clients), Rust (programs)
- Programs: Anchor 0.30
- Tokens: Token-2022
- Agent runtime: Claude (Anthropic)
- Oracle: Pyth Network + ORAO VRF
- Swap: Jupiter v6 aggregator
- Identity: ERC-8004 compatible (cross-chain resolvable)
We accept PRs from anyone shipping useful code. Read CONTRIBUTING.md before opening a PR.
Issues and feature requests go in GitHub Issues. Tag them with the relevant module.
MIT. Fork it. Build on top. Ship faster. See LICENSE.
Built with teeth. Shipped in public.
