Where AroPay is today
The solution is currently available as an MVP sandbox for B2B users, running on Ethereum Sepolia while development completes, with a Mainnet deployment to follow. The platform itself orchestrates private payments in any environment; what changes is the money behind it:Sandbox (current, Sepolia)
The development environment. A test stablecoin stands in for USDC/USDT and
a built-in faucet provides funds, so you can integrate and rehearse flows
end to end. Everything else, including the FHE rail, is real and on-chain.
Production (Mainnet, coming soon)
The same platform and API orchestrating real value: cAROUSD minted and
redeemed 1:1 against USDC/USDT reserves. Integrations built against the
sandbox carry over.
The dashboard is an API client. Everything you can click in the UI maps
one-to-one onto the same
/api/v1 endpoints documented here, so anything you
prototype by hand is already automatable.What you can do with it
Fund a wallet
Get money into a wallet. In the sandbox, the built-in faucet sends test
stablecoin plus an automatic gas top-up.
Mint confidential funds
Convert public stablecoin into cAROUSD, an encrypted ERC-7984 balance
that hides amounts on-chain.
Send private transfers
Move value publicly (standard ERC-20) or privately with FHE-encrypted
amounts: one endpoint, two rails.
Redeem back to stable
Burn cAROUSD and receive stablecoin 1:1, with asynchronous settlement
you can track end-to-end.
Start here
Quickstart
From first login to a private transfer in about five minutes.
How AroPay works
The architecture: wallets, rails, the operator, and mint modes.
API reference
Every endpoint with schemas, examples, and an interactive playground.