Documentation

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.

~12 min read
v1.0
Updated December 2025
Welcome to DegenWager AIThis documentation covers all platform features. If you're new, start with the Quick Start guide below.

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:

  1. Go to degenwagerai.com and click Connect Wallet in the top navigation.
  2. Approve the MetaMask connection request and switch to BNB Smart Chain (the site will prompt you automatically).
  3. Click Try AI Free ↗ to open the chat interface.
  4. Upload a chart screenshot using the attachment button, or paste with Ctrl+V.
  5. The AI will analyze the chart and return entry zone, stop loss, targets, and confidence score within 3 seconds.
Pro tipFor best results, upload charts from TradingView with clean candlestick layouts. Remove excessive indicators before screenshotting.

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

RequirementDetailsStatus
MetaMask ExtensionChrome, Firefox, or Brave browser extensionRequired
BNB Smart ChainChain ID 56 — added automatically on first connectAuto-added
BNB BalanceOnly needed for paid plan subscriptions (gas fees ~$0.05)Paid plans

Connection Flow

JAVASCRIPT
// 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' }]
});
Security noteDegenWager AI never requests your private key or seed phrase. We only use 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

TypeFormatNotes
Screenshot uploadPNG, JPG, WEBPAny size, any exchange
Clipboard pasteCtrl+V / Cmd+VPaste directly from snipping tool
Text queryPlain texte.g. "BTC 4H analysis"

AI Response Format

JSON RESPONSE STRUCTURE
{
  "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:

FieldDescriptionHow to use
entry_zonePrice range to enter the tradePlace limit order within this zone
stop_lossPrice where the setup is invalidatedSet hard stop below this level
take_profit_1First target — conservativeTake 50% of position here
take_profit_2Second target — standardTake 30% of position here
take_profit_3Third target — extended moveTrail remaining 20% to this level
Not financial adviceAll signals are AI-generated analysis tools. Always apply your own risk management and never risk more than you can afford to lose.

Confidence Score

Each signal includes a 0–100 confidence score that reflects overall setup quality. Use it to determine position sizing.

Score RangeRatingRecommended Action
80 – 100High ConvictionFull position size
65 – 79ModerateHalf position size
50 – 64LowQuarter size or skip
0 – 49Very LowSkip — 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

FeatureFreeProElite
Analyses / month5150Unlimited
Take-profit targets
Confidence score
Follow-up chat20/dayUnlimited
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:

ChannelBest ForResponse Time
Telegram General questions< 2 hours
X (Twitter) DM Bug reports, feedback< 24 hours