StarkFiStarkFi

Quick Start

Your first swap, stake, and portfolio check in under 2 minutes

Before You Begin

Make sure you've completed these steps:

  1. Set up StarkFi
  2. Authenticated
  3. ✅ Have some ETH or STRK in your wallet (or enable gasfree mode)

1. Check Your Balances

starkfi balance

See all tokens in your wallet with USD values. Filter by token:

starkfi balance --token ETH

2. 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 USDC

StarkFi 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 --simulate first to preview estimated fees before executing.

3. Stake STRK

Stake 100 STRK with the Karnot validator:

starkfi stake 100 -v karnot

Check your staking positions:

starkfi stake-status

4. Supply to a Lending Pool

Supply 100 USDC to the Prime lending pool on Vesu:

starkfi lend-supply 100 -p Prime -t USDC

5. 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 portfolio

What'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 flagsCLI Reference
Connect AI agents to StarkFiMCP Server
Customize network, RPC, or gas settingsConfiguration
Use pre-built AI workflowsAgent Skills
Understand the system designArchitecture
Edit on GitHub

Last updated on

On this page