You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

fibx

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fibx

A powerful CLI for DeFi operations on Base, Citrea, HyperEVM, and Monad, powered by Fibrous.

Source
npmnpm
Version
0.3.3
Version published
Weekly downloads
239
646.88%
Maintainers
1
Weekly downloads
 
Created
Source

fibx

A command-line tool for DeFi operations on Base, Citrea, HyperEVM, and Monad, powered by Fibrous aggregation and Privy Server Wallets.

npm version

Features

  • Multi-Chain Support: Base, Citrea, HyperEVM, and Monad
  • Token Swaps: Optimal routing via Fibrous aggregation with auto-slippage
  • Transfers: Send ETH or any ERC-20 token
  • Aave V3: Supply, borrow, repay, and withdraw on Base
  • Privy Server Wallets: Secure server-side signing
  • Private Key Import: Use an existing wallet for local execution
  • Simulation: All transactions are simulated before execution
  • JSON Output: --json flag for scripting and pipelines

Requirements

Usage

Authentication

# Email OTP
npx fibx auth login user@example.com
npx fibx auth verify user@example.com 123456

# Or import a private key
npx fibx auth import

# Logout
npx fibx auth logout

# Check status
npx fibx status

Global Options

Use -c or --chain to specify the target chain. Default is base.

Supported: base, citrea, hyperevm, monad

Balance

npx fibx balance
npx fibx balance --chain citrea

Send

npx fibx send 0.001 0xRecipient           # Send native token on Base (ETH)
npx fibx send 10 0xRecipient USDC         # Send ERC-20 on Base
npx fibx send 1 0xRecipient --chain monad # Send on Monad native token (MON)

Swap

npx fibx trade <amount> <from> <to>
npx fibx trade 0.0001 ETH USDC
npx fibx trade 20 USDC DAI
npx fibx trade 1 MON USDC --chain monad

Options: --slippage <n> (default: 0.5%), --approve-max, --json

Transaction Status

npx fibx tx-status <hash>
npx fibx tx-status 0x123...abc --chain monad

Wallet Info

npx fibx address              # Print wallet address
npx fibx wallets <email>      # List active wallet

Aave V3 (Base)

npx fibx aave status               # Account health
npx fibx aave supply 100 USDC      # Deposit
npx fibx aave borrow 50 USDC       # Borrow
npx fibx aave repay max USDC       # Repay all
npx fibx aave withdraw max USDC    # Withdraw all

Agent Skills

For AI agent integration, see the fibx-skills directory.

Keywords

wallet

FAQs

Package last updated on 18 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts