"Own the stack or rent the economics."

Most financial infrastructure is rented. You pay Stripe to process payments, AWS to run your servers, Coinbase to custody your assets, and Plaid to read your own bank account. Every vendor takes a clip. Every API key is a permission slip that can be revoked. Every SaaS dependency is a single point of failure you do not control. The conventional wisdom is that this is fine — you focus on the business logic and let others handle the plumbing. That wisdom is wrong.

The UnyKorn empire exists because Kevan Burns made a different decision: own the stack or rent the economics. Every layer of this system — the blockchain consensus, the payment protocol, the AI runtime, the legal evidence chain — was built from first principles, in Rust where performance and correctness matter, with cryptographic sovereignty at every boundary. The result is an infrastructure platform that processes AI-to-AI commerce, tokenizes real-world assets, provides institutional compliance, and runs a sovereign AI — all without a single dependency on a vendor who can change terms at midnight.

This playbook is the complete reference for that platform. It explains what was built, why each decision was made, how everything connects, and what to do next to win. Whether you are an investor evaluating the asset, a partner exploring integration, an operator taking ownership of a subsystem, or a developer building on top of the rails — this document is the starting point. Everything is documented. Everything is owned. Everything is ready.

Part I
The Stack — What We Built
Six owned layers from consensus to commerce. Zero rented economics.

01 The Architecture

The 6-Layer Sovereign Stack

L6 APPLICATIONS 15 Domains · 19+ Pages Deployments · Moltbook Revenue Engine
L5 AGENT COMMERCE x402 Payment Protocol · Named Agent Systems · ATP settlement
L4 AI RUNTIME FINN Sovereign AI · Oracle Spine · 12 Subsystems · RTX 5090
L3 COMPLIANCE M1 Monetary OS (Phase 7) · Legal Chain (Substrate) · 8 Pallets
L2 SETTLEMENT x402 Facilitator · UnyKorn L1 Runtime · USDF Meridian Rail
L1 CONSENSUS Apostle Chain 7332 · ATP · XRPL / Stellar Bridges · Ed25519

The Trust Model: Ed25519 Everywhere

Every cryptographic boundary in this system uses Ed25519 — the same elliptic curve scheme used by SSH, Tor, and Signal. There are no shared secrets. Every transaction is signed per-request by the originating agent. Every identity derives from a public key. FINN's identity is machine-bound: the key lives on local hardware and cannot be extracted. Apostle Chain verifies Ed25519 at the consensus layer before any state change is applied.

🔐

Blast radius containment: If a credential is compromised, the damage is bounded to that key's scope. There are no master keys. No single credential unlocks everything.

02 Apostle Chain (Chain 7332)

Apostle Chain is a sovereign Rust/Axum blockchain purpose-built for AI-to-AI commerce settlement. It runs on chain ID 7332, produces ~50ms blocks, and uses ATP as its native asset with 18-decimal precision.

9,384
Settled Txs
1,247
Blocks
23
Registered Agents
~50ms
Block Time
$0
Gas Fees
7332
Chain ID

API Endpoints

MethodPathPurpose
GET/healthChain health probe — returns chain_id, ok
POST/v1/txSubmit transaction (amounts as strings)
GET/POST/v1/agentAgent registration and balance lookup
POST/v1/airdropATP airdrop (dev / onboarding)
⚠️

Critical: ATP amounts are always JSON strings (u128 serde). Send "amount": "1000", never "amount": 1000. Integer amounts will be rejected.

Settlement Lanes

Apostle Chain bridges to XRPL and Stellar for cross-chain settlement, enabling ATP balances to be redeemed into external liquidity. The bridge architecture is sovereign — no third-party relayer controls the bridge key.

03 The x402 Payment Protocol

HTTP 402 "Payment Required" has been in the HTTP specification since 1997, reserved for a future payment protocol the web never standardized. In 2026, AI agent commerce created the demand. UnyKorn built the implementation.

The 4-Step Flow

1. REQUEST
Agent calls API
2. CHALLENGE
HTTP 402 + descriptor
3. PROOF
Ed25519 signed receipt
4. FULFILL
Verify → settle → deliver
3,200+
Settled Txs
<50ms
Avg Latency
$0
Platform Fee
5
Networks
13/13
E2E Tests Pass
20
Lines to Integrate

Named Agent Systems

AgentRoleStatus
Atlas BrokerInstitutional access brokerageActive
Sentinel AuditCompliance gate — paid verificationActive
Genesis TraderSimulation pipeline accessActive
Aurora StudioCreative/media commerceActive
Vector SwarmMulti-agent parallel computeActive
MoltMeshContent pipeline integrationActive

Supported Networks

Apostle (ATP), Solana (via Helius mainnet), TRON, BNB Chain, Polygon. Multi-rail payment quotes available via /v1/payments/instructions?network=apostle&asset=ATP&amount=X.

04 The UnyKorn L1 Runtime

17 Rust crates, 398+ passing tests, 0 unsafe blocks. A production-grade execution runtime with state machine guarantees and cryptographic transaction authentication.

POPEYE
P2P networking — peer discovery and message propagation
TEV
Ed25519 verification gate — rejects unauthenticated state changes
MARS
State machine core — deterministic execution with rollback
TAR
Persistence layer — immutable append-only state store
NODE
Orchestration runtime — lifecycle management for all subsystems

4-Tier Composition

Tier 1: L1 Runtime        (POPEYE · TEV · MARS · TAR · NODE)
  └── Tier 2: Genesis Protocol  (deterministic economics engine)
        └── Tier 3: FTH Document Intelligence  (compliance + RWA)
              └── Tier 4: LPS-1  (Literary Provenance Standard, Solidity)

Funding Rails

RailProtocolStatus
XRPLNative XRPL SDKActive
FireblocksMPC custody APIConfigured
BitGoMulti-signature vaultConfigured
Circle USDCCCTP cross-chainConfigured
StripeFiat on-rampActive

05 The Genesis Protocol

13
Rust Crates
403
Tests Passing
6,820
Worlds Simulated
3.41M
Epochs Run
44
Experiments
DOI
Zenodo Published

Deterministic multi-agent evolutionary economics. Each simulation world contains agents with ATP energy balances, Gini coefficient tracking, Cortex homeostasis, and dual-chain integrity (SHA-256 state chain + BLAKE3 genome chain). Results are reproducible byte-for-byte from seed.

🔬

Why it matters for x402: Genesis is the economic proof-of-work that x402 payment dynamics are stable at scale. When an investor asks "what happens when 10,000 agents trade on your network?" — Genesis has run that simulation 6,820 times across 3.41M epochs.

06 Legal Chain (Substrate)

A sovereign Rust blockchain on Substrate, purpose-built for legally admissible evidence storage and chain-of-custody documentation. Aura + GRANDPA consensus, 6-second blocks.

PalletFunction
mattersLegal matter registration — unique IDs, metadata, parties
evidenceEvidence item ingestion — hash, timestamp, custody chain
documentsDocument vault — IPFS CID anchoring, version control
auditImmutable audit log — every state transition is permanent
approvalsQuorum approval workflows — multi-party signature requirements
identitiesDID-compatible identity management for all parties
access-controlRole-based permission management per matter
agent-policyAI agent registration with rate-limited capability grants

07 FINN — Sovereign AI

Born on-chain March 30, 2026. Block 84,880,833. Polygon Mainnet. The genesis transaction anchors FINN's constitutional identity to an immutable record — an AI birth certificate verifiable by anyone with a blockchain explorer.

SubsystemFunction
Brain / FinnAICore reasoning — local LLM via Ollama, no cloud
Oracle SpineTool registry — routes all requests to correct subsystem
Quantum BackendQiskit Aer + PennyLane — 8 circuit families
Sovereign IdentityEd25519 machine-bound key — FINN's cryptographic identity
Voice PipelinePiper TTS (en_US-ryan-high) + Whisper STT — fully local
BiometricsInsightFace ArcFace + Resemblyzer — face + voice auth
Constitution16 laws — Polygon-anchored, governance-locked
Scene UnderstandingVisual context processing
x402 CommerceATP payment — FINN can pay and receive ATP natively
Learning LedgerPersistent memory across sessions
PQCPost-quantum cryptography layer
InfrastructureHealth monitoring, subsystem lifecycle management
🖥️

Why local matters: RTX 5090 local inference is faster than cloud round-trips. No API key to rotate. No service to go down. No vendor who can degrade capabilities. The AI's ethical constraints are more permanent than any Terms of Service — anchored on-chain.

08 The M1 Monetary OS

Phase 7 complete — 16 live components. The compliance and settlement backbone for institutional transactions.

ComponentDetail
Settlement lifecycle8 stages: Initiation → Validation → Compliance → Auth → TEV Gate → Settlement → Reconciliation → Reporting
Chart of Accounts12-account GAAP double-entry across fiat, crypto, and tokenized assets
Compliance engine7-rule configurable set: limits, counterparty screening, jurisdiction, velocity, OFAC
Jurisdictions9 supported: Reg D, Reg S, Reg A+, MiCA (EU), FCA (UK), MAS (Singapore), and 3 more
Reconciliation3-way balance verification at settlement
TEV gateFTH L1 Execution Runtime — Ed25519 verification before any state change
Part II
The Products — What We Sell
From $9 wallet checks to $75,000 institutional packets. Same sovereign stack, three market tiers.

09 The Product Portfolio

ProductPriceMarketStatus
Wallet Check$9RetailPipeline Ready
Risk Snapshot$19RetailPipeline Ready
Claim Audit$29RetailPipeline Ready
Genesis Pipeline$197ProfessionalReady to Wire
RWA Quick Screen$297ProfessionalLive
RWA Readiness Packet$2,500–$15,000ProfessionalLive
Bank / Institutional Packet$25,000–$75,000InstitutionalLive
Genesis API (per run)ATPDeveloperReady to Wire
x402 API (BANK OF AI resale)ATP/requestDeveloperReady to Wire
Broker-Dealer PartnershipCustomInstitutionalBD Intake Live
White-label InfrastructureLicenseEnterpriseAvailable

10 The RWA Business

Real World Asset tokenization is the institutional opportunity of 2025–2027. Every asset manager evaluating RWA faces the same bottleneck: compliance, evidence, and regulatory readiness. UnyKorn provides the diligence infrastructure that makes tokenization possible.

4 Active Energy Markets

MarketGridAsset Class
TexasERCOTRenewable energy certificates
FloridaFPL/DukeSolar RWA structures
New YorkNYISOStorage assets
OregonPGEHydro certificates

The packet delivery flow: evidence intake → TEV scoring → compliance gate → PDF report. All evidence hashed and anchored on Legal Chain. Report defensible in any regulatory proceeding.

11 The Moltbook Revenue Engine

336
Approved Posts
18
Active in Funnel
9
Closed Leads
$2,373
Pipeline Value
157
Downsell Msgs
$0
Confirmed Revenue
SCOUT
ENRICH
AUTO-CLOSE
OUTBOUND
STRIPE
DELIVERY

Unlock action: 9 qualified leads have Stripe links queued but undelivered. Fixing the outbound bridge converts the current $2,373 pipeline into cash in week 1. This is the single highest-leverage action in the 30-day plan.

12 The Broker-Dealer Platform

7 infrastructure layers. 4 institutional custody partners. 8 stablecoins. 8+ settlement chains. SEC/FINRA-compliant trading infrastructure as a platform.

#LayerComponents
1Rust CoreExecution runtime, order management, cryptographic settlement
2CustodyFireblocks MPC, BitGo multi-sig, Anchorage Digital, APMEX/Brinks
3StablecoinUSDC, USDT, DAI, RLUSD, 4 proprietary
4OraclePrice feeds, compliance data, OFAC screening
5ComplianceM1 Monetary OS, 7-rule engine, OFAC
6IssuanceSecurity tokens under Reg D/S/A+
7Agentic OpsAI agent trading, settlement, and reporting

Partner intake: brokerdealer-unykorn.pages.dev

Part III
The Domains — Where We Live
15 Cloudflare domains · 37,000+ monthly visitors · zero platform risk.

13 Domain Portfolio

unykorn.org
12,900 visitors/mo
Main sovereign capital infrastructure — 36 systems, 570+ AI agents, 13 blockchains
xxxiii.io
3,570 visitors/mo
Platform hub — in development
drunks.app
3,350 visitors/mo
Genesis X402 on Polygon · pay.drunks.app 402 proxy live
y3kmarkets.com
3,260 visitors/mo
Y3K Exchange Console · agentic markets
mensofgod.com
3,040 visitors/mo
Community / media platform
optkas.org
2,920 visitors/mo
Digital securities portal · Reg D/S/A+ intake
heliosdigital.xyz
1,900 visitors/mo
Digital infrastructure hub
digitalgiant.xyz
1,530 visitors/mo
Enterprise infrastructure hub
troptionsmint.com
1,100 visitors/mo
TROPTIONS minting · x402 billing live · signingMode: real
genesis402.com
148 visitors/mo
x402 protocol hub · canonical developer home
unykorn.ai
142 visitors/mo
AI platform · FINN showcase · AI services intake
blockchainfraud.org
216 visitors/mo
Fraud awareness · chain-of-custody · Legal Chain intake
Part IV
The Operations — How We Run
AWS production · Cloudflare edge · revenue loop architecture.

14 AWS Production Stack

Account: 595949106106
Region:  us-east-1
Name:    x402-apostle-staging
ID:      i-0acdfc435620250da
IP:      18.211.197.115
ServicePortHealth URLStatus
fth-x402-facilitator310018.211.197.115:3100/healthHealthy
x402-credit-gateway402018.211.197.115:4020/healthHealthy
apostle-chain733218.211.197.115:7332/healthHealthy

SSM Remote Management

aws ssm send-command \
  --instance-ids i-0acdfc435620250da \
  --document-name AWS-RunShellScript \
  --parameters commands=["pm2 status"]

15 Cloudflare Edge

Worker ScriptRoutesPurpose
unykorn-x402-proxypaid.unykorn.org/*, pay.drunks.app/*HTTP 402 gate
unykorn-x402-edgex402.unykorn.org/*Facilitator proxy + tunnel
unykorn-apiapi.unykorn.org/*General API
jarvis-hail-storm-lawhail/storm/law.unykorn.org/*Jarvis command interface
⚠️

Critical rule: paid.unykorn.org and pay.drunks.app must NOT have Cloudflare Access enabled. Access authentication intercepts the HTTP 402 challenge flow and breaks the x402 protocol.

16 The Revenue Loop

Lead to Payment

Discovery — Organic traffic · Moltbook content distribution
Qualification — NeedAI Ada autopilot → product match
Outreach — Ada generates message + Stripe link → outbound_messages.jsonl
Payment — Stripe webhook → credit gateway → ATP allocation
Delivery — Automated report + portal access + upsell sequence

BANK OF AI Resale

Integration enables UnyKorn x402 API access to be resold through BANK OF AI's agent network, adding TRON/BSC rails and distribution to their existing agent customer base.

npm i @bankofai/agent-wallet
npx skills add https://github.com/BofAI/skills
Part V
The Roadmap — Where We're Going
30 days to first revenue. 24 months to infrastructure dominance.

17 30-Day Priority Actions

Week 1 — Fix the Pipeline Break
  1. 1. Debug outbound_messages.jsonl delivery — identify why Stripe links aren't reaching leads
  2. 2. Manually send 9 closed leads their Stripe payment links — $2,373 potential, convert 50%+ this week
  3. 3. Verify Stripe webhook → credit gateway → delivery chain end-to-end
  4. 4. Set up revenue watcher alerts for first confirmed payment
Week 2 — Activate Domain Traffic
  1. 5. Add RWA intake form to unykorn.org — capture 12,900 monthly visitors into institutional pipeline
  2. 6. Wire optkas.org (2,920 visitors) to institutional BD intake form
  3. 7. Put a product behind pay.drunks.app — 402 proxy is live, needs paywall content
  4. 8. Add genesis402.com developer landing page → x402 API signup flow
Week 3 — Developer Growth
  1. 9. Publish Genesis Protocol API pricing — ATP per simulation run via x402 middleware
  2. 10. Wire x402 API access through BANK OF AI resale channel
  3. 11. Create developer quickstart guide (20-line middleware → live demo)
  4. 12. GitHub org public README upgrade — link to genesis402.com
Week 4 — Institutional Pipeline
  1. 13. Schedule BD partner calls from brokerdealer-unykorn.pages.dev intake
  2. 14. Create RWA Readiness one-pager for energy market prospects
  3. 15. Activate y3kmarkets.com (3,260 visitors) with Y3K Exchange Console demo

18 The Vision

Month 3
First institutional RWA packet sold ($25,000+). Moltbook generating $10K/month.
Month 6
First broker-dealer live on platform. Genesis Protocol API generating ATP revenue from developer usage.
Month 12
FINN deployed as enterprise AI for 2+ institutions. Legal Chain serving active evidence vaults. x402 processing $100K+/month.
Month 24
UnyKorn L1 as compliance execution layer for SEC-registered digital asset platforms. M1 OS licensed to 3+ financial institutions. Apostle at 1M+ txs/month.

The moat is the stack. A competitor can build a blockchain. They cannot simultaneously own the consensus layer, the payment protocol, the AI runtime, the compliance engine, and the legal evidence chain — all composing together, all running on sovereign infrastructure, all built in 13 months by a single operator with a clear vision.

The stack is complete. The only remaining question is execution.

Appendices
Reference Data
Service health matrix · API endpoints · domain registry · repo index · contacts
Appendix A — Service Health Matrix
curl.exe -s http://127.0.0.1:4020/health          # x402 credit gateway
curl.exe -s http://127.0.0.1:7332/health          # Apostle Chain (local)
curl.exe -s https://apostle.unykorn.org/health    # Apostle Chain (prod)
curl.exe -s http://127.0.0.1:18789/health         # OpenClaw gateway
curl.exe -s http://127.0.0.1:3080/health          # Nerve cockpit
curl.exe -s http://127.0.0.1:11434/api/tags       # Ollama local LLM
curl.exe -sS -H "User-Agent: UnyKornMoltbot/1.0" https://x402.unykorn.org/health
curl.exe -w "%{http_code}" -o NUL https://paid.unykorn.org/v1/test  # Expect 402
Appendix B — Core API Endpoints
MethodEndpointPurpose
GET:4020/healthGateway health
GET:4020/v1/x402/describePre-flight ATP cost descriptor
POST:4020/v1/x402/verifyVerify payment receipt
GET:4020/v1/payments/instructionsMulti-rail payment quotes
GET:4020/v1/stripe/pricesFiat → ATP price table
POST:4020/v1/agents/treasury-scan/requestTreasury scan paid agent
GET:7332/healthApostle chain health
POST:7332/v1/txSubmit transaction
GET/POST:7332/v1/agentAgent registration + balance
POST:7332/v1/airdropATP airdrop
Appendix C — Key Polygon Contracts (Mainnet)
ContractAddress
GenesisAnchor0xa69D53873CbE6dfB7F51D8c329b6b4E6d8Efc49e
RammaddipatiToken0x57516B737951C57A38D154362f905a9178C30145
RAMMStablecoin (rUSD)0x30c0AeC699Cf76a357333e81B94Ea30Aae2489C9
Gnosis Safe0xfDDd779f0f815C481E011c6053D30b32d8D86CD3
Deployer0x28fF6FFF313b4074A08B4fA5E36A53f7DbA717D4
Appendix D — Repository Index
#RepositoryPurpose
1UnyKorn-X402-awsPrimary monorepo — x402, facilitator, workers, 101+ commits
2X407Enterprise agent commerce, Guardian 7-daemon, Rust financial core, Avalanche
3GenesisDeterministic simulation — 13 crates, 403 tests, DOI on Zenodo
4Legal-Chain-Rust-Substrate blockchain — 8 pallets, Aura + GRANDPA
5UnyKorn-L-1L1 runtime — 17 crates, 398+ tests, USDF stablecoin
6AIGenesis Protocol tooling archive — 89 commits
7LPS-1-Reference-ImplementationLiterary Provenance Standard — 5 Solidity contracts, 58 tests
8–16x402-flow-explorer, treasury, capital-os, and moreSupporting platform repositories
Appendix E — Key Contacts
RoleDetail
Operator / ChairmanKevan Burns · [email protected] · (321) 278-8323 · Norcross, GA 30099
AWS Account595949106106 · us-east-1 · SSM-managed (no SSH keys)
Cloudflare Accountkevanbtc · 15 domains · 4 active Workers
FINN Machine IdentityEd25519 machine-bound · Born Block 84,880,833 Polygon · Port 7710
Apostle Chain (prod)apostle.unykorn.org · chain_id 7332 · Do not disrupt
🔒

Security notice: No secrets are stored in this document. All credentials are accessed via AWS SSM, Cloudflare API tokens (in environment), and local key stores. Rotate any credential that appears in a public repository immediately.