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

starkfi

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

starkfi - npm Package Compare versions

Comparing version
0.4.1
to
0.4.2
+1
-1
package.json
{
"name": "starkfi",
"version": "0.4.1",
"version": "0.4.2",
"description": "AI-native Starknet DeFi CLI + MCP Server + Agent Skills — Swaps, multi-swap, batch (multicall), staking, lending, simulation, portfolio, gas abstraction",

@@ -5,0 +5,0 @@ "type": "module",

@@ -317,3 +317,3 @@ <p align="center">

| `pools <validator> [--json]` | Show delegation pools |
| `stake <amount> --validator <name> [--token <symbol>] [--simulate]` | Stake tokens |
| `stake <amount> --validator <name> [--token <symbol>] [--simulate] [--json]` | Stake tokens |
| `stake-status [validator] [--json]` | Staking dashboard |

@@ -320,0 +320,0 @@ | `rewards --validator <name> [--token <symbol>] <--claim\|--compound>` | Manage rewards |

@@ -63,3 +63,3 @@ ---

# Stake tokens
npx starkfi@latest stake <amount> --validator <name> [--token <symbol>] [--simulate]
npx starkfi@latest stake <amount> --validator <name> [--token <symbol>] [--simulate] [--json]

@@ -86,2 +86,3 @@ # Unstake (two-step)

| `--simulate` | flag | Estimate fees without broadcasting | No |
| `--json` | flag | Output raw JSON | No |

@@ -88,0 +89,0 @@ \*Provide either `--validator` or `--pool`.

Sorry, the diff of this file is too big to display