|
1 | 1 | # Auron |
2 | 2 |
|
3 | | -**Programmable financial operating infrastructure for the stablecoin internet.** |
| 3 | +**Crypto solved sending dollars. It never finished the payment.** |
4 | 4 |
|
5 | | -Auron is the coordination layer between payment intent and settlement execution — the infrastructure primitive that lets users, merchants, businesses, and AI systems move value globally using stablecoins, without touching traditional banking rails. |
| 5 | +A freelancer paid in USDC still can't pay rent with it. Auron finishes the payment: USDC in a Phantom wallet → 7-point on-chain verification → rupees delivered over UPI through licensed offramp partners, in seconds, with cryptographic proof at every step. |
6 | 6 |
|
7 | | -The blockchain is an implementation detail. The product is the infrastructure. |
| 7 | +Not a wallet. Not an escrow. A settlement layer — the primitive is **verified settlement**: no rupee moves until the on-chain leg is proven, and no failure can strand funds. |
8 | 8 |
|
9 | | -**[Live Demo](https://auron-mocha.vercel.app) · [Pay Link](https://auron-mocha.vercel.app/pay/demo?amount=500¬e=Lunch) · [Solana Blink](https://auron-mocha.vercel.app/api/actions/pay?to=demo&amount=500¤cy=INR)** |
| 9 | +**[Live Demo](https://auron-mocha.vercel.app) · [Live Stats](https://auron-mocha.vercel.app/stats) · [Pay Link](https://auron-mocha.vercel.app/pay/demo?amount=500¬e=Lunch) · [Solana Blink](https://auron-mocha.vercel.app/api/actions/pay?to=demo&amount=500¤cy=INR)** |
| 10 | + |
| 11 | +> **Current status — stated plainly:** the full pipeline is live on devnet USDC — verification, ledger, state machine, routing, auto-refund, receipts. One step is simulated: the final INR payout, pending OnMeta production KYB. Simulated payouts are explicitly labeled on the public stats page. Nothing is disguised. |
10 | 12 |
|
11 | 13 | --- |
12 | 14 |
|
@@ -55,6 +57,20 @@ Every component below is in production code, not roadmap: |
55 | 57 |
|
56 | 58 | --- |
57 | 59 |
|
| 60 | +## Traction (live ledger) |
| 61 | + |
| 62 | +- 29 payments processed through the full pipeline; ₹9,000+ equivalent settled |
| 63 | +- Average settlement: **5 seconds** from on-chain verification to payout confirmation |
| 64 | +- 136 append-only ledger entries — full audit trail public at [/stats](https://auron-mocha.vercel.app/stats) |
| 65 | +- 0.82 USDC protocol revenue accrued from the 0.85% spread — the business model runs from transaction one |
| 66 | +- Failure handling proven in production: 12 induced failure-path tests, 100% auto-resolved (refund or recovery), zero manual intervention |
| 67 | + |
| 68 | +## Compliance Posture |
| 69 | + |
| 70 | +Auron never custodies INR. Fiat payout executes exclusively through licensed partners — OnMeta (FIU-registered) and Razorpay X (RBI-licensed payments platform). Auron's role is verification, routing, state, and proof. On-chain funds are user-custodied (Phantom) until the moment of transfer, and any terminal failure returns USDC on-chain automatically. |
| 71 | + |
| 72 | +--- |
| 73 | + |
58 | 74 | ## The Infrastructure Gap |
59 | 75 |
|
60 | 76 | India's UPI network processes ₹20 trillion per month across 350 million users. It is the most active real-time payment system on earth. |
|
0 commit comments