Irion Protocol v1.0
Irion Logo

The complete payment stack for web3 developers. Integrate decentralized payments, generate bills, and settle on-chain instantly on Ethereum Sepolia.

Dev-First SDK

Drop-in React components. Type-safe APIs. Built for the modern stack.

Non-Custodial

Funds settle directly to your smart contract. You own the private keys.

Instant Sync

Powered by Ethereum Sepolia for secure and transparent settlements.

Integration is Simple

Just import the component and pass your API credentials.

React / Next.js
import { PayWithIrion } from '@Irion/sdk';

export function Checkout() {
  return (
    <PayWithIrion
      apiKey="pk_live_..."
      amount={49.99}
      details="Subscription"
    />
  );
}

© 2026 Irion Protocol // Built on Ethereum Sepolia