Hey everyone,
Just a heads up: this isn't some commercial product or a paid service we’re trying to sell.
It's a totally free toolset made for all of us, aimed at helping traders gain better structure and insights, no hacks or magic signals here.
And let’s be clear, this isn’t a magical solution either; it won't trade for you or make you rich overnight. Trading is hard work, as we all know.
Another important thing to point out: this isn’t a pack of TradingView indicators or a repackaging of existing charting tools.
The Terminal is its own separate layer that takes raw market data in real-time and builds a structured context around it. It’s still in its early stages with a focused set of modules and will evolve over time, so don’t expect a complete platform just yet.
We’ve created two separate tools that work really well together:
1. DiscernmentAI (web-based workstation)
100% free
No signup, no email needed
Designed for the community, not as a business
Client-side only (using Web Workers) with direct connections to Binance’s WS/REST (Bybit and OKX will be added soon)
Offers real-time structured market logic, way more than just visual indicators
Advanced risk management features (including Z-Score, auto R:R, ATR-weighted Liquidity Clustering)
Core diagnostic modules like Validated Order Blocks, Dynamic Aging FVG, Session VWAP, and Auto-Fibo
The Terminal gathers and organizes market data using clear, rule-based math; no hidden agendas or black-box decisions here.
2. AI Bot (a separate Telegram bot)
It gets the neat, structured data from the Terminal and processes it through a strict two-layer cognitive system.
DiscernmentAI Created for Traders
19 replies 474 views
alexwalletSenior Member
Posts: 347 · Reputation: 1933
#2Nov 7, 2025, 10:09 PM
Interesting,
I accessed your site using my mobile but it hasn't loaded anything for a long time. I don't know if this is just on my end, my internet connection is stable.
Do you have a dedicated space for communities (groups/channels)?
I'll be back in a few hours to check via my desktop, let's see if I'll get something similar.
Hi! The loading issue is likely due to regional Binance API restrictions, using a VPN usually solves it. Also, while the terminal is mobile-friendly, the desktop version provides the best experience.
Inside the terminal, theres a Social Hub where you can find a link to our Telegram space. Its kept low-key and integrated into the product so the focus stays on the terminal itself.
Please check the pinned message there. All intelligence is currently AI-generated and may occasionally contain inaccuracies. Were actively fine-tuning the balance between conservative and aggressive signals to improve overall reliability.
Looking forward to hearing about your desktop experience.
LoneRocketSenior Member
Posts: 363 · Reputation: 1840
#4Nov 8, 2025, 10:57 PM
Thank you.
I took a quick look at the site, it looks good and is very simple to use with a smooth and elegant interface, lots of clear and easy indicators, and smooth navigation between sections.
There are just two points to note about the chart: when zooming in or out, there's no reset button to return the chart to its default settings. This button is very useful in some cases.
Regarding the "AI Smart Insights" section, it can only be moved horizontally. I wish it were possible to zoom it vertically as well, because it's confined to a small area and not easy to read, even though it contains very important data for traders.
So how is it? I accessed the web just fine with DNS encryption just now. I'm not sure how the government blocks Binance but it seems you can change your DNS and access it just fine. It doesn't take long to load either, not sure if OP has changed anything though. Kinda weird nothing shows up just because the API is blocked though, I'd expect at last a basic page will load.
Thanks for checking and pointing that out.
What youre seeing is actually expected given how the system is designed.
The Terminal is fully client-side - all data is fetched directly in the users browser from exchange APIs (currently Binance). We intentionally dont route anything through our own servers.
There are a few reasons for this:
Transparency: every user pulls raw data straight from the exchange. No middle layer, no filtering, no hidden transformations. The logic layer only structures whats already there.
No trust dependency: if we proxied everything through our servers, users would have to trust us as a data source. We want users to rely on the exchange itself, not on us.
Latency: adding a server layer introduces extra hops and delays. For real-time market context, that matters.
Scalability / load: the product is free, and potentially thousands of users can use it at the same time. A server-side pipeline would quickly become a bottleneck (or very expensive to scale).
Because of this architecture, if access to the exchange API is blocked (regionally or by ISP), the app cant retrieve data - which is why the interface may appear empty instead of partially loaded.
Were considering adding a basic fallback UI, but the priority so far has been keeping the data flow fully transparent.
Regarding DNS - youre absolutely right. In many cases the restriction happens at the DNS or ISP level, and switching DNS or using encrypted DNS / a VPN usually fixes it. Were not bypassing anything on our side - its just a direct connection, so it depends entirely on the users network environment.
So if someone runs into loading issues:
changing DNS or using a VPN usually helps
desktop tends to be more stable overall
If we moved to a server-side model, it would be a completely different product with trade-offs in transparency, latency, and cost - which weve deliberately avoided.
A quick update on todays terminal changes.
Weve refined the analytical layer, with a stronger focus on price context rather than standard session metrics.
Anchored VWAP
Anchoring is now automatic. The engine selects anchor points based on market structure: Change of Character (CHoCH) takes priority, followed by displacement (strong impulse candles occurring within 15 bars of a structural event), with High Volume Nodes (HVN) as a fallback during ranging conditions. If displacement is more recent than the last CHoCH, it takes precedence.
Deviation bands (±1.236σ) are calculated in real time using a running variance formula, without full recomputation on each tick. Two anchors can be active simultaneously, providing both primary and secondary VWAP references on the chart.
Smart Insights Panel
The analysis block now incorporates price location relative to VWAP and its deviation bands. Five zones are tracked: Premium Extreme, Premium, Fair Value, Discount, and Discount Extreme.
When market structure and the AVWAP zone align, signal strength is automatically upgraded. Scenario probabilities also adjust at band extremes, reflecting increased reversal risk, while the AVWAP mean acts as a liquidity magnet within the framework.
Execution
When clear levels are unavailable, VWAP σ-bands are used as reference points for stops and targets, providing more consistent structure in uncertain conditions. Trades against overextended zones are flagged and filtered by the R:R gate.
Interface
The insights panel can now be resized vertically to better fit your workspace.
More to come.
diamond1337Full Member
Posts: 115 · Reputation: 689
#8Nov 10, 2025, 04:13 PM
Yeah, the site looks great - nice work! I do a bit of coding myself and have a few ideas. For example, you could display trading sessions on the chart. Also, enhancing the liquidation bubbles visualization could look really cool. Im not sure how much load that would put on the browser, but the idea seems solid. If youd like, Id be happy to help. Ive been offering my services to the community for a while and Im always open to interesting projects.
Heres my post if you need help- feel free to reach out: https://bitcointalk.org/index.php?topic=5576618
Thanks a lot for the feedback - and for actually taking the time to think through ideas like that.
Trading sessions overlay and improved liquidation bubbles are both really interesting suggestions. Especially the visualization side - we do need to be mindful of performance, but theres definitely room to experiment with that as we keep building things out.
Were still early days with the platform, so suggestions like this are genuinely helpful and do shape what we prioritize next.
Appreciate the offer to help as well - well definitely keep it in mind. If we get to a point where we need extra hands or want to prototype some of these ideas, well reach out.
Weve added Cumulative Volume Delta (CVD) to our analytics stack now powered by real Taker Buy Volume data for maximum precision. 📈
Now youre not just seeing price youre seeing the real buying vs. selling pressure behind it.
How it works:
The system builds a CVD curve from a 1,000-candle seed window and instantly scans the last 30 bars for divergences when you switch symbols.
These [HISTORY] signals provide immediate context and are seamlessly updated or replaced by live divergences as new data comes in keeping your analysis current.
Where to look:
Smart Insights macro divergence alerts based on a 30-bar lookback, with [HISTORY] tags that evolve into real-time signals as they confirm
CVD Hover & Badge real-time micro-flow analysis, highlighting aggressive buying vs. passive absorption
Sticky Hover click any bar to pin its data and analyze across timeframes
Why it matters:
Smart Insights compares the slope of price vs. delta.
If price is rising while CVD is falling, trend exhaustion shows up early.
Spot smart money absorption before the reversal.
The update is live. See the market clearly. ⚡️
https://discernmentai.de
Would love your feedback let us know what you think or what we should improve.🤝
🚀 Update in Discernment AI Terminal
👉 https://discernmentai.de/
Weve upgraded the right-side panel into a full Order Flow hub built to give you real-time context, not just visuals.
🆕 Whats new
The Order Flow panel now includes a new Derivatives block:
Funding Rate
Countdown to next funding
Open Interest (OI)
OI Δ (1h) and OI Δ (session)
Dynamic market hints
⚠️ Available on futures pairs only (hidden on spot)
How to use it:
Funding Rate = crowd positioning
🔴 Overcrowded longs → higher risk of downside liquidations
🟢 Overcrowded shorts → potential for a short squeeze
⚪ Neutral → balanced market
If you see extremes while price is moving stay cautious.
Crowds tend to get punished at the edges.
Open Interest = positioning
OI up + price up → new longs entering (trend confirmation)
OI up + price down → new shorts entering (selling pressure)
OI down + price up → short squeeze
OI down + price down → long liquidations
OI Δ = positioning momentum
Youre not just seeing levels youre seeing how fast positions are building or closing:
+2% in 1h → positions are building
-2% → positions are being closed
Session Δ shows what changed since you started tracking the asset.
💬 If youve tried the update
share your feedback, it genuinely helps us improve faster.
TL;DR
Hey,
A TL;DR under a post like this feels a bit out of place.
We made a deliberate effort to explain - as clearly and honestly as possible - what this tool does, what its limitations are, and why its definitely not some kind of magic button. Things like this just cant be properly explained in two sentences - otherwise you end up with a flood of questions like does it give signals? or will the AI trade for me? and so on.
This post is aimed at people who are genuinely interested in the topic and looking for useful tools - not just casually scrolling through their feed.
If we were shilling some generic casino-style product, wed probably write something short and hype-driven like:
Revolutionary AI trading bot 🔥 1000% profit guaranteed! Join now before its too late 🚀
But thats not what were doing.
🚀 Discernment Social Hub is now open
We just launched a new social layer for Discernment AI built specifically for serious traders.
This is not another chat room. Its a merit-based ecosystem where your reputation is earned through quality analysis and real contribution. The community itself decides whats valuable.
How it works:
Every post gets a Score based on community feedback. Your overall Score reflects your credibility.
No paid promotions. No profit flexing. Only clear logic, setups, and honest trade reviews.
Ranks you actually have to earn:
Novice Starting out
Analyst (200 XP)
Architect (750 XP)
Veteran (2000 XP)
Veteran status isnt given easily it takes consistent value over months.
Community-Driven Resources + Development
You can now suggest indicators, books, tools, or services. The best ones get voted into the Golden Library a clean, ad-free knowledge base curated by traders, for traders.
We also want your feedback. Ideas and suggestions on how to improve the Social Hub feel free to post them directly inside the Hub. This is your space, and were building it together.
No ads. No hype. Just real trading discussion.
If youre tired of noise and want a space where good analysis gets recognized come join us.
Drop your first setup or trade review and start building your rank.
See you in the Hub.
Hey everyone!
Weve just dropped a powerful new feature Whale Trade Alerts.
Now you can track large "whale" trades in real time directly in the terminal.
How It Works
We moved away from basic fixed thresholds like all trades > $100k. Since liquidity varies massively between BTC and fresh memecoins, we built a smart adaptive EMA-based algorithm.
What counts as a Whale:
Trade ≥ 20× the current EMA of volume for that coin
Hard floor of $50,000 (even for low-liquidity shitcoins)
Large trades are checked before updating the EMA, so one big $10M order doesnt skew the average and hide future whales
Data comes straight from the WebSocket aggTrade stream zero delay.
How It Looks on the Chart
The chart stays super clean no icons or clutter.
Multiple whales in the same candle are automatically combined into one neat marker.
Red = aggressive sells (above the candle)
Green = buys (below the candle)
🐋 Live Whale Tape
We also added a dedicated narrow panel on the right of the price scale:
Shows every individual whale print (no aggregation)
Classic order book style: red sells on top, green buys at the bottom
Auto-clears with every new candle
Whale Trade Alerts gives you the most accurate and clean view of real buying/selling pressure right now.
More information in the Community section on our website: https://discernmentai.de/
I'm having a hard time finding this feature on your website. Clicking the community tab doesn't seem to show this feature either. Do I have to sign in to access it? I also tried to search for "whale" or find the icon you mentioned on your post but I found nothing. Not sure if I'm just terrible with your UI or the feature isn't live yet.
The Live button sits on the right, next to the price scale. Its enabled by default, so you can see large orders in the panel right below it. Large trades are also aggregated and shown directly on the candlesticks.
Feel free to check out our Community section. You can browse all the latest updates without logging in theyre all displayed on the main feed.
Youre also welcome to create your own posts or leave comments and questions under any post. Right now we dont have a huge number of members yet, but were growing every day. Wed love to see you share your ideas, thoughts, or questions in the main feed!
To make it as easy as possible, weve created a simplified registration process that doesnt require email confirmation. Once you sign up, youll be taken straight into the community.
https://monosnap.ai/file/xK9LAEjgZLvILmM70weY9btlQ8MTD0
https://monosnap.ai/file/s0FPo5BmcD9hAsaMj6bzgQhqEbUFcD
Hey everyone! 👋
Weve got a nice little update pack for you today.
Watchlist is now live in the Market panel - just star ⭐ any pair and it goes straight into your personal list. No more scrolling through the whole table.
We also improved the drawing tools: added an eraser, quick horizontal lines, and fixed those annoying freezes after drawing.
Absorption Detection - our new tool that spots hidden limit orders from big players in real time.
Youll see amber markers on the chart (with strength like ABS 23x) showing:
🟢 Support walls
🔴 Resistance walls
New: Trading Sessions ⏰
Added a Sessions button on the chart toolbar. Now you can instantly see the major trading sessions directly on the chart with colored overlays:
Asia (Tokyo) 00:0009:00 UTC
London 07:0016:00 UTC
New York 13:3022:00 UTC
Super useful to quickly understand which session is driving the price and where the key moves happened.
What do you think about this update?
Especially curious about the new Absorption Detection and Trading Sessions - how useful are they for your trading?
Drop your honest feedback below, we read every comment
https://monosnap.ai/file/6Tqk71OnnaoRNHJXjB7qXtTfEs8yGV
https://monosnap.ai/file/R7j57fOo2z1XuxUT6T9CdsRj8gpUib
https://monosnap.ai/file/C3AkeI9FZeueYi8lgUuHdwPPuY3wFO
Deep Scan Our New Analysis Feature
First things first: the core platform stays completely free. All the candles, indicators, market structure, volume, heatmap, social hub everything you already use stays exactly as it is. Deep Scan is simply an extra layer on top.
In short, Deep Scan automates the multi-timeframe analysis that experienced traders usually do by hand. When you launch it, the system scans 6 timeframes for your chosen asset, checks BTC as a correlation baseline, compares structure, volume, market regime, and overextension, spots conflicts between timeframes, identifies confluence zones, and puts together the full picture.
This isnt a magic AI signal. Its a tool designed to quickly gather and organize a lot of market context in one go.
How it works under the hood:
Deep Scan doesnt feed raw charts or candle data into the model. Our engine first loads the data, calculates all indicators, defines market structure, builds volume profiles, identifies liquidity zones, BOS, ChoCH, AVWAP, and determines the current market regime. Only then does the AI receive a clean, structured summary: directional bias, regime state, CVD direction, volatility conditions, HTF/LTF conflicts, confluence zones, and extension status.
So the model isnt guessing from pictures its working as a smart analytical layer on top of properly processed data.
What the AI actually does:
The model doesnt make trading decisions for you. Its job is to connect signals across timeframes, highlight contradictions, explain the bigger picture, point out risks, and flag things that arent obvious at first glance.
For example: the lower timeframes might look bullish, but the 4H is showing distribution, BTCs structure is diverging, and price is already in an overextended zone. Deep Scan will call out that contextual conflict directly even if the local move still looks strong.
Important: The action signals (SCALP / CAREFUL / WAIT / AVOID) are not generated by AI. They come from a deterministic rules-based engine. The AI can explain them, question them, or add context, but it cant create or override them.
Why Deep Scan is paid:
Simple reason every scan runs multi-threaded data collection, heavy calculations, and a reasoning model API call. Those API calls cost real money.
We considered letting users bring their own API keys, but most people understandably dont want to connect personal keys to a public platform. So we handle the infrastructure and act as the bridge.
Right now the price mostly covers API costs, servers, and compute. Were not trying to turn this into a subscription-heavy platform.
That said:
The base platform remains fully free
No ads
We dont sell user data
Every account currently gets 2 free Deep Scans every 24 hours.
Full transparency: if usage or API costs increase a lot, we may have to adjust the free tier in the future. For now were just watching real usage and collecting feedback.
What we need most right now is honest feedback from the community.
Were especially interested in:
How it performs on major coins
How it behaves in strong trends
How it handles ranging/choppy markets
How well it catches timeframe conflicts
Whether it helps you spot risks that your usual chart bias might miss
If you want to try it, just say the word we can send out a few trial keys.
One request: please be brutally honest. Share the wins and the misses, the weird cases, and times when it was useless or late.
Regarding the Live monitor section on your website, does it require some script to function properly? I checked it again just now and it seems to show a blank data. I've changed the candle to different timeframe and it still fails to show me the same thing as your screenshot. Other parts of your websites seems to work just fine though. I thought it was a UI issue at first but disabling my dark reader extension doesn't give me anything.
Thanks for checking again. The Live monitor doesnt require any additional scripts or setup on your side it should work out of the box.
Whats probably causing the confusion is that the panel only displays trades that qualify as whale activity according to our adaptive detection algorithm. It does not show every market trade.
A few things worth noting:
The feed auto-clears on every new candle
During slower market conditions, the panel may stay empty for a while
Low-liquidity pairs can also have long periods without qualifying prints
BTCUSDT and ETHUSDT on 1m usually show activity much more consistently
Could you try testing it on BTCUSDT or ETHUSDT with the Live toggle enabled and leave it open for a minute or two? If qualifying trades come through, they should immediately appear both in the side panel and on the candles.
If it still stays completely blank on active pairs, then there may actually be an issue on our side. In that case, let us know:
- trading pair
- timeframe
- browser/device
and well investigate further.
?Reply
Sign in to reply to this topic