Quick Start
Your first swap, stake, and portfolio check in under 2 minutes
Before You Begin
Make sure you've completed these steps:
- ✅ Set up StarkFi
- ✅ Authenticated
- ✅ Have some ETH or STRK in your wallet (or enable gasfree mode)
1. Check Your Balances
starkfi balanceSee all tokens in your wallet with USD values. Filter by token:
starkfi balance --token ETH2. Your First Swap
Swap 0.1 ETH to USDC:
# Preview first (no gas spent)
starkfi trade 0.1 ETH USDC --simulate
# Execute for real
starkfi trade 0.1 ETH USDCStarkFi automatically finds the best route via Fibrous DEX aggregator, generates the calldata, and executes the swap. You'll receive a transaction hash and explorer link.
Tip: Always use
--simulatefirst to preview estimated fees before executing.
3. Stake STRK
Stake 100 STRK with the Karnot validator:
starkfi stake 100 -v karnotCheck your staking positions:
starkfi stake-status4. Supply to a Lending Pool
Supply 100 USDC to the Prime lending pool on Vesu:
starkfi lend-supply 100 -p Prime -t USDC5. Batch Multiple Operations
Swap and stake in a single atomic transaction — all operations succeed together or revert together:
starkfi batch --swap "0.1 ETH USDC" --stake "100 STRK karnot"6. View Your Full Portfolio
See everything in one dashboard — token balances, staking positions, lending positions, and total USD value:
starkfi portfolioWhat's Next?
You've covered the basics. Here's where to go from here:
| If you want to... | Go to |
|---|---|
| See all CLI commands and flags | CLI Reference |
| Connect AI agents to StarkFi | MCP Server |
| Customize network, RPC, or gas settings | Configuration |
| Use pre-built AI workflows | Agent Skills |
| Understand the system design | Architecture |
Last updated on