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

agent-bank

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent-bank

0 Finance CLI for automated banking workflows.

latest
Source
npmnpm
Version
0.1.9
Version published
Weekly downloads
10
42.86%
Maintainers
1
Weekly downloads
 
Created
Source

agent-bank

0 Finance CLI for automated banking workflows.

Install

curl -fsSL https://zerofinance.ai/install | bash

Or with Bun:

bun add -g agent-bank

The CLI binary is finance (aliases: 0, zero).

Quick start

# Authenticate
finance auth connect

# Or: finance auth login --api-key sk_live_xxx

# Check balance
finance balance

# Create and send an invoice
finance invoices create \
  --recipient-email client@example.com \
  --amount 1000 \
  --currency USD \
  --description "Consulting services"
finance invoices send --invoice-id inv_xxx

Common commands

  • finance auth connect — browser-based login
  • finance auth login — store API key manually
  • finance balance — check USDC balance
  • finance bank transfers propose — propose a bank transfer
  • finance invoices create — create an invoice
  • finance savings positions — idle + earning balance breakdown

Local development

Run the CLI without publishing:

bun install
bun --cwd packages/cli run dev -- auth connect --no-browser

To see the resolved base URL and request path:

finance --debug auth whoami

Docs

  • CLI reference: https://docs.0.finance/cli/reference
  • Install guide: https://docs.0.finance/cli/installation
  • MCP setup: https://docs.0.finance/mcp/overview

Notes

Transfers and withdrawals create proposals that require dashboard approval.

FAQs

Package last updated on 13 Jan 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