New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

defi-agent-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defi-agent-cli

Unified DeFi CLI for wallet setup, market discovery, positions, swaps, and rewards

latest
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

defi-agent-cli

Unified DeFi CLI for wallet setup, market discovery, positions, swaps, and rewards.

Quick Start

pnpm install
pnpm build
node dist/index.js --help

Core Commands

  • defi config: View and update CLI runtime configuration (including logLevel).
  • defi wallets: Manage tracked wallets and wallet groups (including wallets switch).
  • defi lending: Explore lending markets and prepare lending transactions.
  • defi vault: Explore vault products and prepare stake or unstake transactions.
  • defi lp: Sync and inspect liquidity pools and LP positions.
  • defi lst: Explore liquid staking markets and prepare stake or unstake transactions.
  • defi token: Inspect cached token prices and search token metadata.
  • defi balance: List wallet token balances with USD valuation.
  • defi swap: Create swap quotes and execute swaps.
  • defi rewards: Inspect claimable rewards and prepare reward claims.

Detailed command reference and examples: docs/cli-commands.md

Common Examples

defi config set logLevel error
defi wallets add --address 0xabc --name main
defi wallets switch main

Keywords

defi

FAQs

Package last updated on 21 Apr 2026

Related posts