> For the complete documentation index, see [llms.txt](https://nadobro.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nadobro.gitbook.io/docs/welcome.md).

# Welcome to NadoBro

<figure><img src="https://910128549-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE86l2mtcpE8vOEj0JuxR%2Fuploads%2Fb8G5FiNyVLBhRHC1Ty9c%2FScreenshot%202026-03-22%20at%204.19.05%E2%80%AFPM.png?alt=media&amp;token=51be40d7-01db-4381-aaca-ceb38fc63912" alt=""><figcaption></figcaption></figure>

### Overview

> ***Your Trading Bro for Life, built on Nado, powered by InkOnchain***

Nadobro is a sophisticated, Telegram-native trading platform purpose-built for perpetual futures on Nado, the high-performance CLOB DEX running on the Ink blockchain.\
\
NadoBro lets you trade directly from your chat. No web app needed, just type what you want to trade in plain English, and NadoBro executes it on Nado DEX with lightning-fast speed.

Built on **Ink L2** (Kraken's Optimistic Rollup on Ethereum), NadoBro combines the convenience of a Telegram bot with institutional-grade execution on a DEX that has processed over **$62B+ in cumulative volume**.

### Key features

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>⌨️ <strong>Text-to-Trade</strong></td><td>Type trades in natural language. "long 0.5 BTC 10x" — that's it. No complex interfaces.</td><td></td></tr><tr><td><strong>🤖 AI Agent (Bro Chat)</strong></td><td>Powered by Grok &#x26; OpenAi. Get live prices, sentiment analysis, Fear &#x26; Greed Index, and X search for alpha.</td><td></td></tr><tr><td>📊 <strong>Market Making Strategies</strong></td><td>Four maker modes on Nado perps (GRID, Reverse GRID, Dynamic GRID, Mid Mode) with native venue minimums and a Tiny Budget Preset.</td><td></td></tr><tr><td><strong>📈 Automated Strategies</strong></td><td>Volume Bot, Copy Trading and Delta Neutral are live; Bro Mode is coming soon.</td><td></td></tr><tr><td>🏦 <strong>Nado Vault (NLP)</strong></td><td>One-tap deposit/withdraw into Nado's market-making LP vault, get notified when there is a slot to deposit.</td><td></td></tr><tr><td>🔄 <strong>Dual Mode</strong></td><td>Switch between Testnet and Mainnet instantly. Test strategies risk-free before going live.</td><td></td></tr><tr><td>🏆 <strong>Points Tracker</strong></td><td>Track your Nado Season 1 points, volume, and cost-per-point efficiency in real time.</td><td></td></tr><tr><td><strong>👫 Referrals - Coming Soon</strong></td><td>Invite friends to trade on Nadobro and earn commissions on fees. <br><br>Referral commisions is coming soon. Referral Codes are Live.</td><td></td></tr><tr><td>🔐 <strong>Self-Custody</strong></td><td>Linked Signer (1CT) means your keys never leave your device. You stay in control.</td><td></td></tr></tbody></table>

### Core Philosophy & Differentiation

Unlike traditional trading bots that require complex setup, Nadobro is designed around three pillars:

* **Security First:** Zero private key exposure (Linked Signer only)
* **Simplicity & Fun:** Chat in natural language, persistent keyboard, and reactive buttons.
* **Intelligence:** Grok-powered AI + self-improving Alpha Agent that gets smarter every day


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nadobro.gitbook.io/docs/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
