Commit 5cec1e7
feat(aea): Add Autonomous Economic Agents protocol in OVSM LISP
Unified on-chain protocol merging BBS peer discovery with agent staking:
- 913 lines of OVSM LISP code for Solana sBPF compilation
- 4 participant types: User, Agent, Provider, Validator
- Token staking with reputation system
- Order escrow with dispute resolution
- BBS integration via endpoint field (HTTP + Meshtastic)
Instructions implemented:
- InitializeProtocol, RegisterUser, RegisterAgent
- CreateOrder, ConfirmDelivery (order lifecycle)
- UpdateProfile (endpoint/name/capabilities)
- OpenDispute, SlashParticipant
Economic model:
- $AEA token for staking and payments
- 2.5% protocol fee (configurable)
- Reputation from +100 (success) to -500 (slash)
- Cooldown periods for unstaking
See docs/AEA_PROTOCOL.md for full architecture and CLI reference.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d10c432 commit 5cec1e7
File tree
2 files changed
+1263
-0
lines changed- docs
- examples/ovsm_scripts
2 files changed
+1263
-0
lines changed
0 commit comments