Connect a Sui wallet
Link a Sui-compatible wallet to Phasis and switch to testnet.
Phasis is a self-custody, non-KYC protocol. Connecting a wallet is the only prerequisite before you can open an account, deposit funds, or place trades. No sign-up or email is required.
Supported wallets
Any Sui-compatible wallet that supports the dApp Kit standard works with Phasis. Well-tested options include:
- Sui Wallet (browser extension, by Mysten Labs)
- Phantom (multi-chain extension with Sui support)
- Cetus Wallet
- Any other wallet that implements the
@mysten/dapp-kitwallet standard
If you do not have a Sui wallet installed, the Sui Wallet extension is the simplest starting point. Install it from the Chrome Web Store, create a new account, and save your seed phrase in a secure location before continuing.
Connecting to Phasis
- Navigate to phasis.vercel.app.
- Click Connect Wallet in the top navigation bar.
- A wallet selection modal appears. Choose your installed wallet.
- Approve the connection request in the wallet popup — this grants the site read access to your public address only; it does not authorize any transactions.
- Your Sui address is now displayed in the nav. The session is active.
Under the hood, Phasis uses @mysten/dapp-kit's ConnectButton and useCurrentAccount hook. The connection is entirely client-side; your private key never leaves your wallet.
Switch to Sui testnet
Phasis currently operates on Sui testnet. Before depositing or trading, confirm your wallet is pointed at the correct network.
In Sui Wallet:
- Open the extension and click the network selector in the top-right corner (it may say "Mainnet" by default).
- Select Testnet.
- Your address remains the same; balances shown are now testnet balances.
RPC endpoint (for manual configuration):
https://fullnode.testnet.sui.io:443Once your wallet is on testnet, return to Phasis and your connection will automatically reflect the correct network. Attempting to interact while on mainnet will result in transaction failures since the protocol contracts do not exist there.
After connecting, your next step is to obtain testnet USDC so you can deposit and trade. See Get testnet USDC.