What You Need
- Freighter browser wallet, configured for Testnet
- A funded Testnet Stellar account (free via Friendbot)
- USDC testnet balance (for USDC streams)
- Node.js v20+ (for the CLI)
Step 1: Install and Configure Freighter
1
Download Freighter
Install the Freighter extension for your browser. It is available for Chrome, Firefox, and Brave.
2
Create or import an account
Open Freighter and create a new account, or import an existing one using your secret recovery phrase.
3
Switch to Testnet
Click the network selector at the top of the Freighter UI and switch to Testnet. Never use Mainnet while working with the current Aven deployment.
4
Copy your public key
Your Testnet public key (beginning with
G...) is displayed in the wallet UI. Copy it — you will need it in the next steps.Step 2: Fund Your Account
Stellar accounts must hold a minimum XLM reserve and pay a small fee for every transaction. Use Friendbot to fund your new Testnet account for free.Step 3: Add a USDC Trustline
Stellar requires you to opt in to each asset you want to hold. To receive or stream USDC, your account must have a USDC trustline. Skip this step if you only plan to use XLM streams.- Open Stellar Lab
- Go to Account → Add Trustline
- Add a trustline for the following asset:
- Asset code:
USDC - Issuer:
GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5
- Asset code:
- Sign the transaction with Freighter when prompted
Step 4: Get Testnet USDC
Once your trustline is active, request free Testnet USDC from Circle’s faucet:- Visit Circle’s testnet faucet
- Select Stellar Testnet from the network dropdown
- Enter your Testnet public key
- Click Request — USDC will appear in your Freighter wallet within seconds
Testnet Contract Addresses
These are the deployed Aven smart contract addresses on Stellar Testnet. Use them when verifying transactions or querying contract state directly.Exploring Transactions
Once you have started using Aven, you can inspect every on-chain action using these tools:- View your account balance, transaction history, and minted attestations on Stellar Expert (Testnet)
- Search for contract events and simulate invocations on Stellar Lab
Testnet may be reset periodically by the Stellar Development Foundation. If transactions stop working or your balance disappears, re-fund your account with Friendbot and re-add your USDC trustline.