Skip to content
Back to Home

Trust Model

Security

How we keep your assets safe by never touching them in the first place.

01

Zero Knowledge of Your Keys

Your private key and seed phrase never leave your wallet extension. This application has no mechanism to request, store, or transmit them.

02

Read-Only Access

We call two standard Ethereum JSON-RPC methods: eth_getBalance for native ETH, and a balanceOf view on the USDT contract. Both are strictly read-only and no transactions are ever initiated.

03

Trusted Infrastructure

Blockchain data is fetched through Alchemy's enterprise-grade RPC nodes with an automatic fallback to public endpoints. No single point of failure.

04

No Backend, No Database

This is a fully static frontend application. There is no server, no database, and no user accounts. Your wallet address is never stored anywhere.

05

Open Source & Auditable

The entire codebase is available for review. Every dependency, including wagmi, viem, and next-themes, is a widely audited, open-source library maintained by the community.

06

Environment-Isolated Secrets

API keys (Alchemy, WalletConnect) are stored in environment variables and never committed to version control. The .env.local file is strictly gitignored.

Your keys. Your coins.

We believe the safest application is one that never has access to your funds. This is that application.