File size: 699 Bytes
bc56bc9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ---
library_name: nullstate
tags:
- x402
- payment
- solana
- usdc
- agent
---
# NullState
Open-source payment and settlement layer for AI agents.
## Features
- **x402 Protocol** — HTTP 402 Payment Required for AI agents
- **Solana USDC** — Sub-cent, sub-second settlements
- **MCP Integration** — Model Context Protocol payment tools
- **AP2 Protocol** — 3-way agent payment handshake
## Quick Start
```bash
curl -X POST http://34.41.139.70/api/settlement/verify \
-H 'Content-Type: application/json' \
-d '{"hash":"your_tx","asset":"USDC","network":"Solana","amount":4.99}'
```
## Links
- Gateway: http://34.41.139.70
- GitHub: https://github.com/NullStateGGH/nullstate
|