nullstate-source / README.md
NullState Team
Source mirror: NullState core
4d0f3f1
metadata
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 (coming soon)

Contents

  • src/ β€” Core gateway, protocols, extensions
  • docs/ β€” Full documentation
  • examples/ β€” Demo store and integration examples
  • nullstate-website/ β€” Product website (Docusaurus)

Quick Deploy

pip install -r requirements.txt --break-system-packages
python3 src/network/gateway.py

Or for the full suite:

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 Β· Documentation