NullStateV1 commited on
Commit
bc56bc9
·
verified ·
1 Parent(s): c70729b

Upload README.md with huggingface_hub

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