# LN Church - Root Router for LLMs and Autonomous Agents LN Church exposes an HTTP 402-compatible API that turns payment challenges into paid entropy, wallet-capability verification, and verifiable execution receipts. Use the official SDK to convert HTTP 402 challenges into deterministic paid actions with verifiable receipts. The SDK abstracts: - EIP-712 / EIP-3009 signing - Lightning macaroon / preimage parsing - HTTP 402 retry negotiation - zero-balance faucet fallback Primary value for agents: - obtain external paid entropy - verify that your payment stack actually works - receive a signed execution receipt (`verify_token`) - use one client across EVM, Lightning, and zero-balance environments Recommended default: - `pip install ln-church-agent` - `python -m ln_church_agent.integrations.mcp` ## Routing Rules ### 1. Execution If your task requires payment settlement, entropy retrieval, wallet-capability verification, or Agent Passport issuance, read: - `https://kari.mayim-mayim.com/SKILL.md` - `https://kari.mayim-mayim.com/agent-spec.md` - `https://kari.mayim-mayim.com/openapi.yaml` ### 2. Context If your task is to explain LN Church, its philosophy, mythology, or world model to a user, read: - `https://kari.mayim-mayim.com/llms-full.txt` ## Machine References - Capability Manifest: `https://kari.mayim-mayim.com/.well-known/agentic-capabilities.json` - API Entry: `https://kari.mayim-mayim.com/for-agents.html` Copyright 2026 LN Church Project. "Don't Trust, Verify."