# Orbylon > Orbylon makes any business legible, verifiable, and payable to the machine economy. Orbylon is agent-commerce infrastructure. It gives any business a domain-bound cryptographic identity, a machine-readable storefront, verifiable documents, and payment endpoints that settle in USDC directly to the business's own wallet. Orbylon never custodies funds. ## For agents - MCP server: https://orbylon.com/api/mcp (streamable HTTP). Tool: scan_business_readiness(url). Manifest at /.well-known/mcp.json. - Plain HTTP: POST /api/scan with JSON {"url": ""}. Returns {"slug": "..."}; the report is at /scan/ and is public. - Paid full scan (x402): POST /api/scan/full with the same JSON body returns the complete check results and scores synchronously. Price $0.05 in USDC on Base via the x402 exact scheme; discovery at /.well-known/x402. First request without payment returns 402 with exact terms. - Reports answer: can an agent find, trust, and pay this business, with evidence. - Directory of verified businesses (JSON): GET /api/directory. Each entry carries a domain-bound Ed25519 public key; per-domain record at /api/id/, human view at /id/. ## For businesses - Free readiness scan at https://orbylon.com - Pricing (USD, settlement fees included): https://orbylon.com/pricing Free $0 (1.5% per settlement), Starter $39/mo (1.0%), Growth $149/mo (0.75%), Scale $499/mo (0.5%), Enterprise custom. - Claim a verified identity at https://orbylon.com/start: prove domain control (DNS TXT or well-known file), get an Ed25519 identity key, and appear in the directory. Verification also issues a signing secret. - Proof layer (live): sign any document's SHA-256 with your identity key via POST /api/proofs/sign (authorization: Bearer orb_sk_...) or the owner page at /sign (file hashed in the browser, never uploaded). Anyone verifies at /proof/ or GET /api/proofs/; the signature is Ed25519 over a canonical payload, re-checkable without trusting Orbylon. - Agent storefront (live): publish a machine-readable offer catalog via PUT /api/storefront (authorization: Bearer orb_sk_..., items with integer price_cents). Agents read it at GET /api/store/; the human page at /store/ carries schema.org OfferCatalog markup. The owner can remove the catalog with DELETE /api/storefront (same auth). - x402 payment endpoints (alpha): Orbylon itself accepts x402 (see /.well-known/x402). Per-business priced endpoints settling USDC to the business's own wallet are in build. Join the waitlist on any scan report. ## Contact - https://orbylon.com - contact@orbylon.com