--- title: NullState Source emoji: ๐Ÿ“ฆ colorFrom: green colorTo: gray sdk: static pinned: false license: mit --- # NullState Source Code Mirror Open-source payment infrastructure for AI agents. Self-hosted, multi-protocol. **License**: MIT **Full source at**: [github.com/nullstate/nullstate](https://github.com/nullstate/nullstate) _(coming soon)_ ## Contents - `src/` โ€” Core gateway, protocols, extensions - `docs/` โ€” Full documentation - `examples/` โ€” Demo store and integration examples - `nullstate-website/` โ€” Product website (Docusaurus) ## Quick Deploy ```bash pip install -r requirements.txt --break-system-packages python3 src/network/gateway.py ``` Or for the full suite: ```bash python3 src/system/daemon_loop.py ``` ## Protocols - x402 โ€” HTTP 402 micropayments - AP2 โ€” RSA-signed agent mandates - MCP โ€” Model Context Protocol - KYA โ€” Agent identity [Live gateway](https://greensol.me/nullstate) ยท [Documentation](https://greensol.me/nullstate/docs/quickstart)