# Use Cases
> Real-world applications and success stories with Universal Crypto MCP.
## For Traders
### Automated Portfolio Monitoring
Use Claude as your 24/7 portfolio assistant:
- Get instant balance checks across all chains
- Receive alerts on health factor changes
- Track PnL without switching between apps
**Example workflow:**
```
"Morning portfolio check for 0x742d35..."
→ Claude scans 15 chains in seconds
→ Shows total value, daily change, and alerts
```
### Smart Trade Execution
Natural language trading that considers all factors:
- Best price routing across DEXs
- Gas optimization
- Slippage protection
**Example:**
```
"Swap 2 ETH to USDC on whichever L2 has best rate and lowest gas"
→ Claude compares Arbitrum, Base, Optimism
→ Executes on optimal chain
```
---
## For DeFi Users
### Yield Optimization
Find and manage the best yields without hours of research:
```
"Find me the best stablecoin yield over $50M TVL on Arbitrum or Base"
→ Claude analyzes Aave, Compound, Yearn
→ Returns ranked options with risk assessment
```
### Position Management
Keep your DeFi positions healthy:
```
"My Aave health factor is getting low. What are my options?"
→ Claude calculates: repay vs add collateral vs refinance
→ Shows cost/benefit of each option
```
---
## For Developers
### Smart Contract Analysis
Rapid contract understanding:
```
"Read the withdraw() function from this vault contract and explain the fee structure"
→ Claude fetches and analyzes verified source code
→ Explains in plain English
```
### Integration Testing
Test blockchain interactions through conversation:
```
"Simulate swapping 1 ETH to USDC via 1inch on Arbitrum. Show me what would happen."
→ Claude estimates output, gas, and route
→ No actual transaction needed
```
---
## For Researchers
### Market Analysis
Comprehensive market intelligence:
```
"Give me a complete analysis of the ARB token: price action, holder distribution, DEX liquidity"
→ Claude aggregates data from multiple sources
→ Presents unified analysis
```
### Protocol Comparison
Side-by-side protocol analysis:
```
"Compare Aave and Compound lending rates, TVL trends, and security track records"
→ Claude provides detailed comparison table
→ Highlights key differences
```
---
## For Security Analysts
### Token Auditing
Rapid security assessment:
```
"Full security scan of 0x1234... on Ethereum before I invest"
→ Claude checks: honeypot, ownership, taxes, liquidity, deployer history
→ Returns risk rating with evidence
```
### Wallet Forensics
Investigate suspicious activity:
```
"Analyze this wallet's transaction history. Any red flags?"
→ Claude traces transactions
→ Identifies concerning patterns
```
---
## For Content Creators
### Data-Driven Content
Get accurate data for threads and articles:
```
"What are the top 5 yield opportunities on Arbitrum right now? I need this for a thread."
→ Claude provides verified current data
→ Ready to publish
```
### Market Summaries
Quick market recaps:
```
"Summarize today's DeFi market: notable TVL changes, new opportunities, risks to watch"
→ Claude aggregates market activity
→ Ready-to-publish summary
```
---
## Case Studies
### Case Study 1: The Multi-Chain Migrator
**Problem:** User had assets scattered across 8 chains, needed to consolidate to Arbitrum for a time-sensitive investment.
**Solution:**
```
"Help me consolidate all my stablecoins from every chain to Arbitrum"
```
**Result:**
- Claude identified ~$12,000 across 8 chains
- Found optimal bridge routes saving $45 in fees
- Completed migration in 15 minutes vs 2+ hours manually
---
### Case Study 2: The Rug Detector
**Problem:** User was about to invest in a new token that seemed legitimate.
**Solution:**
```
"Deep security analysis of 0xNewToken on BSC"
```
**Result:**
- Claude found owner could modify taxes to 100%
- Deployer wallet linked to 3 previous rug pulls
- User avoided estimated $5,000 loss
---
### Case Study 3: The Yield Optimizer
**Problem:** User earning 2% on stablecoins, wanted better returns without degen risk.
**Solution:**
```
"Find me safe stablecoin yields above 4% APY on audited protocols with over $100M TVL"
```
**Result:**
- Claude found 5 opportunities meeting criteria
- User moved to 5.2% APY on Aave Arbitrum
- Additional $1,600/year earnings on $50,000
---
## Building Your Workflow
### Daily Routine
```markdown
1. Morning: "Portfolio check across all chains"
2. Before trading: "Best swap route for [amount] [token]"
3. Weekly: "DeFi position health check"
4. Before investing: "Security scan on [contract]"
```
### Integration Ideas
- **Telegram Bot**: Pipe Claude responses to Telegram for mobile alerts
- **Spreadsheet Export**: "Export my portfolio data as CSV"
- **Automation**: Combine with cron jobs for scheduled checks
---
## Share Your Use Case
Built something cool with Universal Crypto MCP?
- Tweet it [@nichxbt](https://x.com/nichxbt)
- Open a PR to add it to this page
- Join the community discussions
---
Built by [Nich](https://x.com/nichxbt) • [GitHub](https://github.com/nirholas/universal-crypto-mcp)