starkfi 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +135 -129
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/portfolio/SKILL.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "starkfi",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "AI-native Starknet DeFi CLI + MCP Server + Agent Skills — Swaps, multi-swap, batch (multicall), staking, liquid staking (LST), lending, DCA, Troves vaults, confidential transfers, simulation, portfolio, gas abstraction",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -4,7 +4,7 @@ description: View a comprehensive DeFi portfolio dashboard and optimize portfoli
|
|
|
4
4
|
license: MIT
|
|
5
5
|
compatibility: Requires Node.js 18+ and npx.
|
|
6
6
|
metadata:
|
|
7
|
-
version: 0.
|
|
7
|
+
version: 0.3.0
|
|
8
8
|
author: ahmetenesdur
|
|
9
9
|
category: wallet-data
|
|
10
10
|
allowed-tools:
|
|
@@ -19,7 +19,7 @@ allowed-tools:
|
|
|
19
19
|
|
|
20
20
|
# Portfolio Overview & Optimization
|
|
21
21
|
|
|
22
|
-
Display a comprehensive DeFi portfolio dashboard aggregating token balances, staking positions,
|
|
22
|
+
Display a comprehensive DeFi portfolio dashboard aggregating token balances, staking positions, Troves vault positions, Endur liquid staking (LST), lending positions, DCA orders, and confidential Tongo balances — all with USD valuations. Rebalance the portfolio to a target allocation via automated batch swaps.
|
|
23
23
|
|
|
24
24
|
## Prerequisites
|
|
25
25
|
|