DegenWager AI
Developer Docs
Everything you need to understand, integrate, and get the most out of DegenWager AI — from connecting your wallet to reading signals and managing your subscription.
DegenWager AI is an AI-powered chart analysis platform built on BNB Smart Chain. The platform uses advanced computer vision and large language models to analyze crypto chart screenshots and return structured trading signals in under 3 seconds.
AI Chart Analysis
Upload any screenshot — AI reads patterns, support/resistance, and trend structure instantly.
Entry & Exit Signals
Precise entry zone, stop loss, and 3 take-profit targets with every analysis.
Confidence Score
0–100 score based on pattern clarity, volume, trend alignment and timeframe confluence.
BNB Smart Chain
Subscription payments processed on-chain. No credit card required — just connect MetaMask.
Quick Start
Get your first AI chart analysis in under 2 minutes:
- Go to degenwagerai.com and click Connect Wallet in the top navigation.
- Approve the MetaMask connection request and switch to BNB Smart Chain (the site will prompt you automatically).
- Click Try AI Free ↗ to open the chat interface.
- Upload a chart screenshot using the attachment button, or paste with
Ctrl+V. - The AI will analyze the chart and return entry zone, stop loss, targets, and confidence score within 3 seconds.
Connect Wallet
DegenWager AI uses MetaMask wallet authentication on BNB Smart Chain (Chain ID: 56). No account or password needed — your wallet is your identity.
Requirements
| Requirement | Details | Status |
|---|---|---|
| MetaMask Extension | Chrome, Firefox, or Brave browser extension | Required |
| BNB Smart Chain | Chain ID 56 — added automatically on first connect | Auto-added |
| BNB Balance | Only needed for paid plan subscriptions (gas fees ~$0.05) | Paid plans |
Connection Flow
// 1. Request wallet permissions (forces MetaMask popup) await window.ethereum.request({ method: 'wallet_requestPermissions', params: [{ eth_accounts: {} }] }); // 2. Get connected account const accounts = await window.ethereum.request({ method: 'eth_accounts' }); // 3. Switch to BNB Smart Chain (Chain ID: 0x38 = 56) await window.ethereum.request({ method: 'wallet_switchEthereumChain', params: [{ chainId: '0x38' }] });
eth_requestAccounts to identify your wallet address.Chart Analysis
The core feature — upload any chart screenshot and receive structured AI analysis in seconds.
Supported Input Types
| Type | Format | Notes |
|---|---|---|
| Screenshot upload | PNG, JPG, WEBP | Any size, any exchange |
| Clipboard paste | Ctrl+V / Cmd+V | Paste directly from snipping tool |
| Text query | Plain text | e.g. "BTC 4H analysis" |
AI Response Format
{
"entry_zone": "$67,200 – $67,400",
"stop_loss": "$65,800",
"take_profit_1": "$69,500",
"take_profit_2": "$71,200",
"take_profit_3": "$74,000",
"confidence": 82,
"bias": "LONG",
"pattern": "Bullish Flag",
"setup": "Higher lows forming with volume confirmation"
}
Signals & Targets
Every chart analysis returns 5 key values. Here's how to interpret each one:
| Field | Description | How to use |
|---|---|---|
entry_zone | Price range to enter the trade | Place limit order within this zone |
stop_loss | Price where the setup is invalidated | Set hard stop below this level |
take_profit_1 | First target — conservative | Take 50% of position here |
take_profit_2 | Second target — standard | Take 30% of position here |
take_profit_3 | Third target — extended move | Trail remaining 20% to this level |
Confidence Score
Each signal includes a 0–100 confidence score that reflects overall setup quality. Use it to determine position sizing.
| Score Range | Rating | Recommended Action |
|---|---|---|
| 80 – 100 | High Conviction | Full position size |
| 65 – 79 | Moderate | Half position size |
| 50 – 64 | Low | Quarter size or skip |
| 0 – 49 | Very Low | Skip — weak setup |
The confidence score is calculated from 4 components: Pattern clarity (35%), Trend alignment (25%), Volume confirmation (20%), and Multi-TF confluence (20%).
Plans Overview
| Feature | Free | Pro | Elite |
|---|---|---|---|
| Analyses / month | 5 | 150 | Unlimited |
| Take-profit targets | — | 3× | 5× |
| Confidence score | — | ✓ | ✓ |
| Follow-up chat | — | 20/day | Unlimited |
| Trade journal | — | ✓ | ✓ |
| Multi-TF analysis | — | — | ✓ |
| Price | $0 | $29/mo | $79/mo |
FAQ
Does it work for any crypto pair?
Yes — any asset with a candlestick chart works. BTC, ETH, SOL, altcoins, forex, stocks. The AI reads the chart visually so the exchange or asset doesn't matter.
How accurate are the signals?
89% directional accuracy in backtesting across 50,000+ charts. Use the confidence score to filter high-quality setups — signals above 75 show 91% accuracy.
Is MetaMask the only supported wallet?
Currently yes — MetaMask on BNB Smart Chain. Additional wallet support is planned for future releases.
Can I cancel anytime?
Yes. No lock-ins, no cancellation fees. Cancel from your account dashboard anytime.
Contact Support
Need help? Reach out through any of these channels:
| Channel | Best For | Response Time |
|---|---|---|
| Telegram | General questions | < 2 hours |
| X (Twitter) DM | Bug reports, feedback | < 24 hours |