Financial PrivacyFor the EVM Era
Receive funds privately onchain — without changing your wallet or how you transact.
No custody · No mixers · No KYC
The blockchain is public.
Your finances shouldn't be.
Traditional wallets expose:
- Your full balance
- Your entire transaction history
- Everyone you interact with
Standard Wallet
Orinx User
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.
The New Standard for Privacy
One usable name.
Infinite stealth addresses.
Think of it like an email alias — but for your wallet.
Concrete Example
- 1Alice shares alice@orinx publicly.
- 2She receives 12 payments from different people.
- 3On-chain, those look like 12 completely unrelated addresses.
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.
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.
import { Orinx } from '@orinx/sdk';
// Initialize Orinx Client
const client = new Orinx(provider);
// Send anonymously
await client.send({
to: '@alice',
amount: 100,
token: 'USDC'
});Stay Updated
Dive into the latest Orinx developer news.