Autonomous Solana agent built for the OOBE × Ace Data Cloud bounty. Discovers tools via Synapse Agent Protocol (SAP), executes AI tasks via Ace Data Cloud, and settles payments through x402 workflows end-to-end with no human in the loop.
Status: Work in progress — not yet implemented. See
STRATEGY.mdfor the implementation plan.
- Listing: Autonomous Agent Bounty: OOBE × Ace Data Cloud
- Sponsors: OOBE Protocol × Ace Data Cloud
- Prize Pool: 2,400 USDC across two categories
- Deadline: ~June 4, 2026 (winner announcement June 11, 2026)
Full bounty text preserved in bounty-original.md. Analysis and competitive read in bounty-analysis.md. Implementation plan in STRATEGY.md.
The agent runs a complete autonomous workflow:
- Discover tools and AI services via SAP
- Execute real tasks using at least 3 distinct Ace Data Cloud services
- Settle payments via x402 (Ace Data Cloud facilitator) on Solana mainnet
- Loop — triggered by schedule / event / user input, no manual intervention
| Layer | Tech |
|---|---|
| Agent registration & coordination | SAP SDK |
| Execution, RPC, tooling | Synapse Client SDK |
| AI services | Ace Data Cloud APIs |
| Payment settlement | x402 Client SDK |
| Network | Solana mainnet |
.
├── README.md # this file
├── bounty-original.md # verbatim bounty content (reference)
├── bounty-analysis.md # competitive analysis + risk assessment
├── STRATEGY.md # implementation plan + timeline
├── resources/ # reference docs, links, notes
└── src/ # implementation
Setup instructions will be added once the implementation begins. Track progress on the dev branch.
TBD — likely MIT once initial implementation lands.