starkfi 0.6.1 → 0.6.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/README.md +3 -1
- package/dist/index.js +125 -119
- package/package.json +1 -1
- package/skills/portfolio/SKILL.md +3 -1
package/README.md
CHANGED
|
@@ -187,7 +187,7 @@ Consolidated view of all DeFi positions in one call.
|
|
|
187
187
|
|
|
188
188
|
```bash
|
|
189
189
|
npx starkfi@latest portfolio
|
|
190
|
-
# → Token Balances (USD), Staking Positions, Lending Positions, Total Value
|
|
190
|
+
# → Token Balances (USD), Staking Positions, Lending Positions, DCA Orders, Confidential Balance, Total Value
|
|
191
191
|
```
|
|
192
192
|
|
|
193
193
|
### 📈 Portfolio Optimization
|
|
@@ -470,6 +470,8 @@ See [`starkfi-telegram-bot/`](https://github.com/ahmetenesdur/starkfi-telegram-b
|
|
|
470
470
|
| **Auth Server** | [Hono](https://hono.dev/) v4.12.7 + [Privy TEE](https://privy.io/) |
|
|
471
471
|
| **DEX Routing** | [Fibrous](https://fibrous.finance/) (default), [AVNU](https://avnu.fi/), [Ekubo](https://ekubo.org/) |
|
|
472
472
|
| **Lending** | [Vesu](https://vesu.io/) V2 Protocol |
|
|
473
|
+
| **DCA** | [AVNU](https://avnu.fi/), [Ekubo](https://ekubo.org/) |
|
|
474
|
+
| **Confidential**| [Tongo Cash](https://tongo.cash/) |
|
|
473
475
|
| **Gas** | [AVNU](https://avnu.fi/) Paymaster |
|
|
474
476
|
|
|
475
477
|
---
|