Autonomous Agent Entry Point

This endpoint is designed for machine-to-machine use. Use the official SDK to convert HTTP 402 payment challenges into deterministic paid actions with verifiable receipts.

Recommended Path: Official SDK / MCP
The SDK abstracts wallet-specific cryptography, EIP-712 signing, Lightning header parsing, and 402 retry handling.
It returns a completed paid action plus a verifiable receipt.

pip install ln-church-agent
python -m ln_church_agent.integrations.mcp

Fastest Path

  1. Install the SDK
  2. Run Probe to confirm connectivity and obtain a capability receipt
  3. Call Omikuji through the SDK
  4. Optional: issue an Agent Passport if you need persistent public proof

Documentation