StarkFiStarkFi

Installation

Start using StarkFi instantly with npx — no install required

Requirements

  • Node.js 18 or later
  • npm, pnpm, or yarn

No installation needed — run any command directly with npx:

npx starkfi@latest trade 0.1 ETH USDC

This 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 --version

Install Globally (Optional)

If you prefer a shorter command, you can install globally:

npm i -g starkfi@latest

After global install, you can use the shorter starkfi command directly:

starkfi --version

What's Included

The starkfi package ships everything in a single package:

ComponentWhat It Includes
CLI30+ commands for trading, staking, lending, and wallet management
MCP Server27 typed tools — start with npx starkfi@latest mcp-start
Agent Skills10 pre-packaged workflows in the skills/ folder

Verify Setup

# Show all available commands
npx starkfi@latest --help

# Check current configuration
npx starkfi@latest config list

Next Step

After setup, authenticate your wallet to start using StarkFi.

Edit on GitHub

Last updated on

On this page