Testnet
Setup Account
Create your testnet account and fund it
Setup Account
Use this guide to create and fund your Cascade testnet account.
Step 1: Access the trading app
Navigate to https://app.cascade.cooking.
Step 2: Enter invite code
When prompted, enter an invite code. Contact the engineering team if you need one.
Step 3: Create account
Sign up using your email address and complete verification.
Step 4: Mint mock USDC (Arbitrum Sepolia)
Contract address
0x0964018860620fcC232fC8C0A0fc0dC2911c4100Function
mint(address to, uint256 amount)You can mint using:
- Arbiscan: Write contract
- Cast (Foundry):
cast send 0x0964018860620fcC232fC8C0A0fc0dC2911c4100 \
"mint(address,uint256)" \
<your-address> \
1000000000 \
--rpc-url https://sepolia-rollup.arbitrum.io/rpc \
--private-key <your-private-key>Step 5: Deposit funds
- In the trading app, locate your deposit address
- Transfer minted USDC to that address on Arbitrum Sepolia
- Wait for confirmation (typically 1-2 minutes)
- Confirm funds appear in your Cascade balance
Next step
Continue to Setup Delegate.