# Bundie Yield Manager

> Manage DeFi yield through Bundie. Deposit into AI-optimized yield bundles, analyze wallets, get risk-scored recommendations, and monitor positions across EVM chains. Use when user asks about earning yield, DeFi returns, idle crypto, or managing investments.

- Skill: `bundie-fi/bundie-yield-manager` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add bundie-fi/bundie-yield-manager`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bundie-fi/bundie-yield-manager/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bundie-fi (https://skillmd.com/u/bundie-fi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bundie-fi/bundie-yield-manager

---


# Bundie Yield Manager

Bundie is a yield routing protocol that indexes yield across EVM chains, risk-scores every opportunity via an AI engine, and constructs diversified bundles matched to risk profiles.

## Intent Routing

| User Intent | Reference | Example Phrases |
|------------|-----------|-----------------|
| Deposit or withdraw funds | [deposit.md](references/deposit.md) | "deposit 500 USDC", "withdraw my funds", "put my USDC to work" |
| Analyze a wallet | [analyze.md](references/analyze.md) | "analyze my wallet", "what's my risk profile", "check 0x..." |
| Get yield recommendations | [optimize.md](references/optimize.md) | "where should I put my USDC", "best yields for me", "recommend strategies" |
| Rebalance positions | [optimize.md](references/optimize.md) | "should I rebalance", "optimize my portfolio", "any better allocations" |
| Check positions or performance | [monitor.md](references/monitor.md) | "show my portfolio", "how are my yields doing", "what's my APY" |
| Find migration opportunities | [optimize.md](references/optimize.md) | "any better yields outside", "migration opportunities", "compare yields" |
| Set preferences or rules | [optimize.md](references/optimize.md) | "only audited protocols", "max 30% per protocol", "no risky vaults" |
| Browse available yields | [monitor.md](references/monitor.md) | "what yields are available", "show me yield options", "highest APY" |
| Bridge funds between chains | [deposit.md](references/deposit.md) | "bridge from Base to Arbitrum", "move USDC to Scroll", "send funds to Optimism" |
| Check wallet balance | [monitor.md](references/monitor.md) | "how much USDC do I have", "what's my balance on Base" |
| Buy crypto with card | [deposit.md](references/deposit.md) | "buy USDC", "purchase with credit card", "onramp" |

## Key Rules

1. **Always confirm** deposit/withdraw amounts with the user before executing
2. **Show risk scores alongside APY** (never recommend on APY alone)
3. When user asks "where to earn yield", call `wallet_recommend` (not just `yields_check`)
4. **Amounts are human-readable** (e.g., "100 USDC", not "100000000")
5. **Always confirm the chain with the user.** Bundie supports multiple EVM chains (Base, Arbitrum, Scroll, Optimism, etc.) and accounts live per chain.
6. For first-time users, suggest `wallet_analyze` before recommendations
7. Cross-chain operations take 5-15 minutes to settle via LayerZero, always inform the user

## Quick Start Flow

For a new user asking about yield:
1. `wallet_analyze` to understand their risk profile
2. `wallet_recommend` for an AI-optimized bundle
3. Confirm with user, then `vault_deposit` + `strategy_deposit`

