> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eva-ai.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Instinct

> AI-powered multi-chain trading bot for Solana, Ethereum & Base — right inside Telegram

<div style={{ margin:"2rem 0",borderRadius:"12px",overflow:"hidden" }}>
  <iframe width="100%" height="400" src="https://www.youtube.com/embed/LKat4uMSpVc" title="EVA AI Video" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</div>

**Instinct** is EVA's AI-powered trading bot that lets you buy and sell tokens on **Solana, Ethereum, and Base** — all from one place, right inside **Telegram**.

Paste any token and Instinct figures out the chain, finds the best price, and executes the trade for you — with optimal gas, priority fees, and slippage handled automatically.

<img src="https://mintcdn.com/evaai/xlg-1mtNMIidVV8N/images/instinct_@.jpg?fit=max&auto=format&n=xlg-1mtNMIidVV8N&q=85&s=f39d3e85d06390d025a677bad34b88fc" alt="Instinct @ Jp" width="982" height="522" data-path="images/instinct_@.jpg" />

<Note>
  You need a Telegram **@username** set on your account to use the bot.
</Note>

***

## Getting Started

<Steps>
  <Step title="Open the bot" icon="robot" iconType="solid">
    Open the [Instinct Bot on Telegram](https://t.me/EVA_Instinct_Bot) and tap **Start** (or send `/start`).
  </Step>

  <Step title="Create your first wallet" icon="wallet" iconType="solid">
    Tap **💰 Wallets**. The bot generates a fresh wallet and shows you the private key — **save it somewhere safe, it's shown only once.**
  </Step>

  <Step title="Fund it" icon="coins" iconType="solid">
    Send some **ETH** (for Ethereum/Base) or **SOL** (for Solana) to that wallet's address.
  </Step>

  <Step title="Paste a token" icon="bolt" iconType="solid">
    Drop any token address into the chat. The bot detects the chain, opens a trading panel, and you're ready to buy.
  </Step>
</Steps>

***

## What is Instinct?

Instinct is EVA's next-generation trading bot that lives fully inside **Telegram**. It combines AI-driven security, ultra-fast execution, and deep multi-chain liquidity routing so you can:

* Trade tokens on **Solana, Ethereum, and Base** from a single interface
* Check any token for contract risks and honeypot signals with a one-tap **Audit**
* Automate parts of your trading — limit orders, stop-losses, group buys — while keeping control of your funds

Instinct is **non-custodial in spirit** — every wallet is yours, with its own private key you can **export any time**. Trades execute in a single transaction with **no token approvals** required, so there are no stuck states and nothing to sign manually.

<Columns cols={2}>
  <Card title="Multi-chain from one bot" icon="link" color="#f7941d">
    Solana, Ethereum, and Base — paste a token and Instinct auto-detects the chain and routes to the deepest liquidity.
  </Card>

  <Card title="Zero token approvals" icon="shield" color="#f7941d">
    Swap and fee land in a single transaction — no approvals, no approval-drain risk, no stuck trades.
  </Card>

  <Card title="Built-in token Audit" icon="diamond" color="#f7941d">
    One tap runs an **Audit** on any token — surfacing contract risks and honeypot signals before you buy.
  </Card>

  <Card title="Your keys, exportable" icon="key" color="#f7941d">
    Wallets are generated for you and fully exportable — import your own keys too, and withdraw whenever you like.
  </Card>
</Columns>

***

## The Home Menu

Every time you send `/start`, you get the home menu:

| Button            | What it does                                                   |
| ----------------- | -------------------------------------------------------------- |
| 💰 **Wallets**    | Create, view, fund, and manage your wallets                    |
| 📊 **Positions**  | See everything you're currently holding, with live profit/loss |
| 💱 **Bridge**     | Move funds across chains (ETH ↔ Base ↔ Solana)                 |
| 🎯 **Limits**     | View and manage your limit orders and stop-losses              |
| 📲 **Profile**    | Your XP, fee tier, and referral link                           |
| 🤝 **Cartel Buy** | Group buys with friends *(rolling out)*                        |
| 📄 **Docs**       | This guide and full documentation                              |

***

## Wallets

Instinct is **non-custodial in spirit** — each wallet is yours, with its own private key you can export any time.

<Columns cols={2}>
  <Card title="Create & import" icon="wallet">
    * **Create a wallet** — the bot generates a new one and shows you the private key (save it!).
    * **Import a wallet** — paste an existing private key to bring your own wallet in.
    * Hold up to **10 EVM wallets** and **10 Solana wallets**.
  </Card>

  <Card title="Organize & control" icon="sliders">
    * **Separate wallets per chain** — EVM (Ethereum + Base share one address) and Solana are kept separate.
    * **Set a default wallet** per chain — used automatically when you trade.
    * **Rename** any wallet to keep them organized.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Balances & keys" icon="coins">
    * **See balances** — your default wallets show live ETH, Base, and SOL balances with USD values.
    * **Show private key** — export a wallet's key whenever you need it.
  </Card>

  <Card title="Withdraw & delete" icon="arrow-right-from-bracket">
    * **Withdraw** funds out: Withdraw **ETH**, **MAX ETH** (empties the wallet), **ERC20** (any token), **SOL**, and **MAX SOL**.
    * **Delete** a wallet you no longer need.
  </Card>
</Columns>

<Tip>
  When you open **Wallets**, you first pick a chain (**EVM** or **Solana**), then see that chain's wallets.
</Tip>

***

## Trading a Token

Paste any token address (Solana or EVM) and Instinct opens a **trading panel** with live stats — price, market cap, liquidity, your holdings — and a full set of buttons.

### Buying

<Columns cols={2}>
  <Card title="Quick buy" icon="bolt">
    One tap to buy **0.05**, **0.1**, or **0.5** ETH/SOL worth.
  </Card>

  <Card title="Buy X" icon="pen">
    Enter any custom amount.
  </Card>

  <Card title="👁 Memory Buy" icon="clock-rotate-left">
    Instantly repeats your **last buy size** — great for aping fast at your usual size.
  </Card>
</Columns>

### Selling

<Columns cols={2}>
  <Card title="Sell X% / Sell X" icon="percent">
    Sell a percentage of your holdings, or a specific token amount.
  </Card>

  <Card title="Sell 50% / Sell 100%" icon="hand">
    One-tap partial or full exit.
  </Card>

  <Card title="Sell Initials" icon="piggy-bank">
    Sells just enough to **recoup what you originally spent** — so you're playing with house money and holding the rest as pure profit.
  </Card>
</Columns>

### On the panel you'll also find

* **⛽️ Tip · Cap (gas settings)** — fine-tune your priority tip (for faster inclusion) and set a max-spend cap in USD as a safety limit. By default, Instinct picks optimal gas/priority automatically — you don't have to touch this.
* **◀ ▶ wallet selector** — switch which of your wallets you're trading from, right on the panel.
* **🔄 Refresh** — update the live stats.
* **🔍 Audit** — a safety check on the token (contract risks, honeypot signals, and more).
* **🖼 PNL** — generate a shareable profit/loss card for the position.
* **Chart & explorer links** — jump to the chart or block explorer.

<Info>
  ⚡ **No settings needed.** Instinct automatically routes to the deepest liquidity (every major DEX on Ethereum/Base, Jupiter on Solana) and calculates optimal gas, priority fees, and slippage for current conditions. Swap and fee land in a single transaction — no manual approvals, no stuck states.
</Info>

***

## Positions & PnL

Tap **📊 Positions** to see everything you're holding.

* Pick **EVM**, **Solana**, or **🌐 ALL** to view one chain or everything together.
* Each position shows your token, the wallet holding it, and **live profit/loss %**.
* Tap any position to jump straight to its trading panel (the bot even switches to the correct wallet for you).
* **If you already hold a token** when you paste it, Instinct opens a position for you automatically so you can track it.
* Get a **PnL card** on every position — a clean image you can share.

***

## Limit Orders & Stop-Loss

Set trades to fire automatically at a target price — you don't have to watch the chart. Works on **both EVM and Solana**.

<Columns cols={3}>
  <Card title="🎯 Limit Buy">
    Automatically buy when the price **drops** to your target.
  </Card>

  <Card title="🎯 Limit Sell">
    Automatically sell when the price **rises** to your target.
  </Card>

  <Card title="🛑 Stop Loss (SL)">
    Automatically sell if the price **falls below** a level, to protect against losses.
  </Card>
</Columns>

**How it works:** set a target price (or a % move), an amount, and Instinct watches the market and executes when the condition is met.

* You can have up to **25 active orders** at once.
* Orders last **7 days**, then expire automatically.
* Tap **🎯 Limits** on the home menu to see all your orders (paginated if you have many), and cancel any of them.

***

## Multibuy & Multisell

For when you want to trade the same token from **several wallets at once**.

<Columns cols={2}>
  <Card title="🧨 Multibuy">
    Buy one token from multiple wallets in one go (same amount from each).
  </Card>

  <Card title="💥 Multisell">
    Sell across multiple wallets at once.
  </Card>
</Columns>

* **MAX mode** — spend the full available balance of each selected wallet, minus what's needed for fees.
* You choose which wallets take part, and review before confirming.
* On Solana, all the buys fire together for fast, coordinated execution.

***

## Bridge

Move value across chains without leaving the bot. Tap **💱 Bridge**.

<Columns cols={3}>
  <Card title="ETH ↔ Base">
    Bridge between the two EVM chains.
  </Card>

  <Card title="SOL ↔ ETH">
    Bridge across ecosystems (Solana to/from Ethereum).
  </Card>

  <Card title="SOL ↔ Base">
    Bridge across ecosystems (Solana to/from Base).
  </Card>
</Columns>

Pick a direction, enter an amount, and Instinct builds and submits the bridge for you.

***

## Whale Group Access — `/whales`

Some private groups are for holders only. `/whales` lets you **prove you hold enough of a token** to get in — without ever sharing your keys.

<Steps>
  <Step title="Get your verification address">
    Send `/whales`. The bot gives you a **personal verification address** (it never changes — you can save it).
  </Step>

  <Step title="Prove the wallet is yours">
    Send a **tiny amount of ETH** (any amount) to that address, **from the wallet that holds your tokens**. That's how the bot knows the wallet is yours.
  </Step>

  <Step title="Check verification">
    Tap **✅ Check verification**. If that wallet holds enough of the required token, you get an **invite link to the private group**.
  </Step>
</Steps>

<Info>
  Your membership is re-checked periodically — if your balance drops below the requirement, access is removed. You can always re-verify later once you hold enough again.
</Info>

***

## Referrals — earn on every referral's trades

Invite others and earn a share of the fees they pay. Fully cross-chain — you earn on **both ETH and SOL**.

<Columns cols={2}>
  <Card title="Earn 30% of platform fees" icon="hand-holding-dollar" color="#f7941d">
    When someone you referred trades, you earn **30% of the platform fees** they pay.
  </Card>

  <Card title="+500 XP per referral" icon="star" color="#f7941d">
    Each person who joins via your link is also worth **500 XP** toward your tier.
  </Card>
</Columns>

* You get a personal referral link from your **📲 Profile**.
* Add a **payout wallet** (EVM and/or Solana) in the referral section to receive earnings.

***

## Points, Tiers & Fees

Every trade earns **EVA XP**, which lowers your trading fees. Discounts are **shared across all chains**.

**How to earn XP:**

* **\$1 of trading volume = 1 XP**
* **Each referral = 500 XP**

**Fee tiers:**

| Tier        | XP required | Buy & sell fee |
| ----------- | ----------- | -------------- |
| 🥉 Bronze   | 0           | 1.0%           |
| 🥈 Silver   | 5,000       | 0.8%           |
| 🥇 Gold     | 25,000      | 0.6%           |
| 💎 Platinum | 100,000     | 0.4%           |

<Tip>
  Check your current XP, tier, and progress any time in **📲 Profile**, or send `/tiers` for the full breakdown.
</Tip>

***

## Cartel Buy *(rolling out)*

Coordinate a group buy (or sell) with friends — **one link, one tap, everyone apes at once.** Fully non-custodial: you never touch anyone's keys.

<Steps>
  <Step title="Create a group">
    Choose a token, and pick **Buy** or **Sell**.
  </Step>

  <Step title="Share your link">
    Friends open it and pick which of their wallets take part and how much.
  </Step>

  <Step title="Trigger the group">
    Everyone's trade fires together, each from their **own** wallet, to their **own** wallet.
  </Step>
</Steps>

<Info>
  Up to **50 friends** per group, **10 wallets** each. On Solana, every trade lands in the same block.
</Info>

***

## Quick Command Reference

| Command        | What it does                                   |
| -------------- | ---------------------------------------------- |
| `/start`       | Open the home menu                             |
| `/wallets`     | Manage your wallets                            |
| `/positions`   | View your holdings + PnL                       |
| `/tiers`       | See fee tiers and how to earn XP               |
| `/whales`      | Verify holdings for private group access       |
| `/unwrap`      | Convert wrapped ETH (WETH) back to ETH         |
| `/pnl <token>` | Generate a PnL card for any position           |
| `/help`        | Quick feature summary                          |
| `/id`          | Show your Telegram chat ID (handy for support) |

***

## FAQs

<AccordionGroup>
  <Accordion title="🔶 What is Instinct?">
    Instinct is EVA's multi-chain trading bot, built natively inside Telegram. Paste any token on **Solana, Ethereum, or Base** and Instinct detects the chain, finds the best price, and executes — all powered by EVA's AI security layer.
  </Accordion>

  <Accordion title="🔶 What chains are supported?">
    **Solana, Ethereum, and Base.** Paste any token address and Instinct auto-detects the chain for you.
  </Accordion>

  <Accordion title="🔶 How do I trade with Instinct?">
    Just paste a token address into the bot. Instinct instantly shows token info and a trading panel with quick-buy, custom-amount, and sell buttons — plus a one-tap **Audit** for a safety check. No switching apps, no delay.
  </Accordion>

  <Accordion title="🔶 Does Instinct hold my private keys?">
    Instinct is **non-custodial in spirit**. Each wallet is yours, with its own private key you can **export any time**, and you can import your own wallets too. Trades need **no token approvals**, so there's no approval-drain risk.
  </Accordion>

  <Accordion title="🔶 How many wallets can I have?">
    Up to **10 EVM wallets** (Ethereum + Base share one address) and **10 Solana wallets**. Set a default per chain, rename them, and switch between them right on the trading panel.
  </Accordion>

  <Accordion title="🔶 How do trading fees work?">
    Fees start at **1.0%** and drop as you earn **EVA XP**. Discounts are shared across all chains — the more you trade and refer, the lower your fees. See the [fee tiers](#points-tiers--fees) above or send `/tiers`.
  </Accordion>

  <Accordion title="🔶 What is EVA XP and how do Tiers work?">
    Instinct rewards your activity:

    * **\$1 traded = 1 XP**
    * **Every referral = 500 XP**

    Reach XP milestones to unlock lower fee tiers — 🥉 Bronze (1.0%), 🥈 Silver (0.8%), 🥇 Gold (0.6%), 💎 Platinum (0.4%). The more you trade, the less you pay.
  </Accordion>

  <Accordion title="🔶 How much do I earn from referrals?">
    You earn **30% of the platform fees** paid by anyone you refer — fully cross-chain, on both ETH and SOL. Each referral is also worth **500 XP**. Grab your link and add a payout wallet from **📲 Profile**.
  </Accordion>

  <Accordion title="🔶 How does slippage and gas work?">
    Instinct calculates optimal gas, priority fees, and slippage automatically based on current market conditions. If you want, you can fine-tune your **priority tip** and set a **max-spend cap** in USD from the panel — but you don't have to touch anything.
  </Accordion>

  <Accordion title="🔶 Can I set limit orders or a stop-loss?">
    Yes — **Limit Buy**, **Limit Sell**, and **Stop Loss** all work on EVM and Solana. Set a target price (or % move) and an amount, and Instinct executes when the condition is met. Up to **25 active orders**, each lasting **7 days**.
  </Accordion>

  <Accordion title="🔶 Can I trade from multiple wallets at once?">
    Yes. **Multibuy** buys the same token from several wallets in one go, and **Multisell** sells across wallets at once. Use **MAX mode** to spend each wallet's full balance minus fees.
  </Accordion>
</AccordionGroup>

***

<Tip>
  **Troubleshooting & Support**

  * <strong>Bot not responding:</strong> Check your internet connection and try restarting with `/start`.
  * <strong>No @username:</strong> You need a Telegram **@username** set on your account to use the bot.
  * <strong>Transaction failed:</strong> Make sure the funding wallet has enough ETH/SOL to cover the trade and network fees.

  **Getting Help**

  For technical support and questions about Instinct:

  <Note>
    [Contact Support](https://t.me/eva_AI_eth)
  </Note>

  <Info>
    [View FAQs](/FAQs)
  </Info>
</Tip>

***

<Card title="Ready to trade on Solana, Ethereum & Base — from one bot?">
  Paste a token to start. Instinct detects the chain, finds the best price, and executes for you.

  <Columns cols={2}>
    <Note>
      [Access Instinct Bot](https://t.me/EVA_Instinct_Bot)
    </Note>

    <Tip>
      [Read the FAQs](/FAQs)
    </Tip>
  </Columns>
</Card>
