Keplr
Checking extensionRegister and enable the Cosmos network in Keplr.
`wallet.ipi.io` is the fast front door for the live testnet rollout: explorer, faucet, status, RPC access, and network config in one place. Connect the buyer-controlled Keplr account for real Send, Receive and terminal-authenticated Checkout V2 on the public testnet.
Loading the real Keplr-backed IPI Wallet…
Choose your wallet. On mobile, the page opens inside the wallet and starts the network request automatically. You only approve it.
Register and enable the Cosmos network in Keplr.
Add and activate IPI Testnet through MetaMask.
This page never asks for a seed phrase or private key. Verify the RPC URL, chain ID, and currency details in your wallet before approving. On mobile, the first tap opens this page inside the selected wallet and starts setup. If the wallet blocks automatic setup, tap Add IPI Testnet once inside the app.
Open the explorer or the status page and confirm the latest block, supply, and current edge health.
Use the faucet to claim `1 IPI` and then verify the resulting transaction through the public explorer.
Use the network config and direct RPC endpoints below for MetaMask, SDK tests, or CLI-based integration.
This is a live testnet gateway, not the final wallet product. What is deliberately not being faked here:
Use these values directly for browser wallets, scripts, and SDK integration, or trigger one-click network setup when the extension supports it.
{
"chainId": "0xA5B8",
"chainName": "IPI Testnet",
"nativeCurrency": {
"name": "IPI",
"symbol": "IPI",
"decimals": 18
},
"rpcUrls": ["https://evm-rpc-testnet.ipi.io/"],
"blockExplorerUrls": ["https://evm-scan-testnet.ipi.io/"]
}
chain_id=ipi-testnet-1 bech32_prefix=ipi rpc=https://rpc-testnet.ipi.io/ rest=https://rest-testnet.ipi.io/ stake_denom=aipi display_denom=IPI decimals=18
Full browser wallet flows still to be added: K1 and R1 account handling, staking, governance, products, passports, scans, checkout, and EVM actions.
It gives one stable bookmark for the public testnet while backend and product surfaces keep evolving, so users and operators do not have to relearn the rollout every day.
What is linked here is either live now or explicitly labeled as pending. The page is meant to sell the testnet honestly, not cosmetically.