Installation
Start using StarkFi instantly with npx — no install required
Requirements
- Node.js 18 or later
- npm, pnpm, or yarn
Run Instantly with npx (Recommended)
No installation needed — run any command directly with npx:
npx starkfi@latest trade 0.1 ETH USDCThis downloads the latest version on-the-fly and runs it. Always up-to-date, zero setup. This is the recommended way to use StarkFi.
Verify it works:
npx starkfi@latest --versionInstall Globally (Optional)
If you prefer a shorter command, you can install globally:
npm i -g starkfi@latestAfter global install, you can use the shorter starkfi command directly:
starkfi --versionWhat's Included
The starkfi package ships everything in a single package:
| Component | What It Includes |
|---|---|
| CLI | 30+ commands for trading, staking, lending, and wallet management |
| MCP Server | 27 typed tools — start with npx starkfi@latest mcp-start |
| Agent Skills | 10 pre-packaged workflows in the skills/ folder |
Verify Setup
# Show all available commands
npx starkfi@latest --help
# Check current configuration
npx starkfi@latest config listNext Step
After setup, authenticate your wallet to start using StarkFi.
Last updated on