Protocol Live on Testnet

Financial PrivacyFor the EVM Era

Receive funds privately onchain — without changing your wallet or how you transact.

No custody · No mixers · No KYC

Protocol status: Testnet
Privacy: Per-transactionKeys: Local only
EtherlinkEtherlink
ArbitrumArbitrum
EtherlinkEtherlink
ArbitrumArbitrum
EtherlinkEtherlink
ArbitrumArbitrum
EtherlinkEtherlink
ArbitrumArbitrum
The Problem

The blockchain is public.
Your finances shouldn't be.

Traditional wallets expose:

  • Your full balance
  • Your entire transaction history
  • Everyone you interact with
Once exposed, it’s permanent.

Standard Wallet

blockexplorer.com
From
bob.eth
To
alice.ethLINKED
Blockchain View:0x71C7656EC7ab88b098defB751B7401B5f6d8976F
Value
1,500 USDC
Risk: Everyone knows Bob paid Alice.

Orinx User

Unlinked
From
bob.eth
To
alice@orinx
Blockchain View:
0x71C7656EC7ab88b098defB751B7401B5f6d8976F
Value
1,500 USDC
This address exists publicly, but no one knows it's YOU.

A unique address for every payment. Zero transaction history.

What actually happens when you use Orinx

Create Identity

Sign once to create your private identity. No seed phrase. Nothing new to remember.

Share Handle

Share a single public name like alice@orinx. Your real wallet address stays hidden.

Receive Privately

Each payment goes to a unique stealth address. On-chain, they all look unrelated.

Elliptic Curve Diffie-Hellmansecp256k1 CurveNon-Interactive Key Exchange

The New Standard for Privacy

alice@orinx
Stealth IDs

One usable name.
Infinite stealth addresses.

Think of it like an email alias — but for your wallet.

To Youalice@orinx
To Chain0x71C7656E...976F

Concrete Example

  • 1Alice shares alice@orinx publicly.
  • 2She receives 12 payments from different people.
  • 3On-chain, those look like 12 completely unrelated addresses.
Only Alice can scan, detect, and withdraw.
SECURITY FIRST

Your keys.
Your control.

We don't rely on trust. We rely on cryptography. Orinx is built from the ground up to protect your assets and your identity without compromise.

Non-Custodial by Design

Smart contracts handle the logic. You retain full control of your assets at all times.

Zero-Knowledge Architecture

Orinx works with signatures from your existing wallet. Your private keys never leave your device.

Client-Side Computing

All sensitive cryptography happens on User's device. Nothing is ever sent to a server.

Mathematical Privacy

No mixers. No shared pools. Your privacy is guaranteed by Elliptic Curve Cryptography, not crowd anonymity.

For DevelopersCOMING SOON

Privacy as a
Primitive

Don't just use Orinx—build on it. Integrate stealth payments directly into your dApp, wallet, or DAO with just a few lines of code.

TSintegration.ts
12345678910
import { Orinx } from '@orinx/sdk';

// Initialize Orinx Client
const client = new Orinx(provider);

// Send anonymously
await client.send({
to: '@alice',
amount: 100,
token: 'USDC'
});

Privacy should be invisible — not optional.

Orinx gives you privacy without changing how crypto works for you.

Stay Updated

Dive into the latest Orinx developer news.

Join the Orinx Community
© 2026 Orinx. All rights reserved.