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

# Trading Overview

> Learn how to trade on Polymarket through anumaan bot

## What is Trading on Polymarket?

Polymarket is a prediction market where you can trade on the outcomes of real-world events. Through anumaan bot, you can trade directly from Telegram with zero gas fees and instant execution.

<Info>
  **Prediction Markets 101**: You buy shares in outcomes you believe will happen. If you're right, your shares are worth $1 each. If you're wrong, they're worth $0.
</Info>

## How It Works

<Steps>
  <Step title="Market Alert">
    The bot detects interesting trading opportunities on Polymarket (high win-rate traders, large liquidity moves, etc.)
  </Step>

  <Step title="Telegram Notification">
    You receive an alert in the Insider group with market details and trade buttons
  </Step>

  <Step title="One-Click Trading">
    Click "Buy YES" or "Buy NO" directly from the alert - no external websites needed
  </Step>

  <Step title="Instant Execution">
    Your trade executes immediately at current market prices with zero gas fees
  </Step>

  <Step title="Track Position">
    Monitor your position's profit/loss (PnL) in real-time with `/positions`
  </Step>
</Steps>

## Understanding YES/NO Shares

### YES Shares

Buying YES means you believe the outcome **will happen**:

```
Market: "Will Bitcoin reach $100k by 2024?"
Buy YES at $0.60 → You believe it will happen
If correct → Each share worth $1.00
Your profit: $1.00 - $0.60 = $0.40 per share
```

### NO Shares

Buying NO means you believe the outcome **will NOT happen**:

```
Market: "Will Bitcoin reach $100k by 2024?"
Buy NO at $0.40 → You believe it won't happen
If correct → Each share worth $1.00
Your profit: $1.00 - $0.40 = $0.60 per share
```

<Note>
  **Market Prices**: YES + NO prices always equal $1.00. If YES is $0.70, NO is \$0.30.
</Note>

## Key Trading Features

### Gasless Transactions

All trades through anumaan bot are completely free:

* ✅ No gas fees to pay
* ✅ No network fees
* ✅ No hidden charges
* ✅ Polymarket covers all costs

### Instant Execution

* Trades execute in seconds
* Current market prices
* Real-time confirmation
* Immediate position updates

### Real-Time Tracking

* Live PnL updates
* Current market prices
* Position value changes
* Performance analytics

## Trading Methods

<CardGroup cols={2}>
  <Card title="From Alerts" icon="bell" href="/trading/placing-trades">
    Trade directly from Insider group alerts (recommended)
  </Card>

  <Card title="Copy Trading" icon="copy" href="/copy-trade/overview">
    Automatically mirror successful traders' positions
  </Card>
</CardGroup>

## Understanding Market Prices

Market prices represent the probability that the market assigns to an outcome:

| Price  | Meaning    | Example                  |
| ------ | ---------- | ------------------------ |
| \$0.90 | 90% likely | Very confident YES       |
| \$0.70 | 70% likely | Moderately confident YES |
| \$0.50 | 50/50      | Toss-up                  |
| \$0.30 | 30% likely | Moderately confident NO  |
| \$0.10 | 10% likely | Very confident NO        |

<Tip>
  **Finding Value**: Look for markets where you think the probability is different from the price. If a market is priced at \$0.40 but you think it's 60% likely, that's a value opportunity!
</Tip>

## Risk Management

### Position Sizing

Smart traders use proper position sizing:

```
Conservative: 1-5% of balance per trade
Moderate: 5-10% of balance per trade
Aggressive: 10-20% of balance per trade
```

<Warning>
  **Never Risk Everything**: Don't put all your funds in one position. Diversify across multiple markets to manage risk.
</Warning>

### Stop-Loss Strategy

Consider closing positions that:

* Move significantly against you
* Have changed circumstances
* No longer represent good value

### Take Profit Strategy

Consider taking profits when:

* Position reaches target profit
* Market sentiment shifts
* New information emerges

## Trading Workflow

### 1. Receive Alert

```
🚨 Insider Alert

Market: Will Bitcoin reach $100k by 2024?
Trader: @whale_trader (85% win rate)
Position: YES at $0.65
Amount: $50,000

[Buy YES] [Buy NO]
```

### 2. Click Trade Button

Click your desired outcome (YES or NO)

### 3. Enter Amount

```
💰 Enter trade amount:

Available: $100.00 USDC
Market price: $0.65 YES

How much USDC to spend?
```

### 4. Confirm Trade

Review and confirm:

```
📊 Trade Summary

Market: Bitcoin $100k by 2024
Outcome: YES
Amount: $20 USDC
Price: $0.65
Shares: ~30.77 shares

Max profit: $10.77 (53.8%)
Max loss: $20.00

[Confirm] [Cancel]
```

### 5. Track Position

Use `/positions` to monitor:

* Current value
* Profit/Loss
* Market price changes
* Time until resolution

## Trading Commands

| Command      | Purpose                                 |
| ------------ | --------------------------------------- |
| `/positions` | View all active positions and PnL       |
| `/wallet`    | Check available balance                 |
| `/balance`   | Quick balance check                     |
| `/trade`     | Access pending trades from alert clicks |

## Types of Markets

### Binary Markets

Simple YES/NO outcomes:

* "Will event X happen?"
* Two possible outcomes
* Winner takes all

### Multi-Outcome Markets

Multiple possible outcomes:

* "Who will win the election?" (multiple candidates)
* Buy shares in each outcome
* Each outcome priced independently

### Time-Based Markets

Markets with specific deadlines:

* "By December 31, 2024..."
* Clear resolution date
* Price changes as deadline approaches

## Profit Examples

### Example 1: Winning YES Trade

```
Buy: 100 YES shares at $0.60 = $60 spent
Outcome: Event happens
Payout: 100 shares × $1.00 = $100
Profit: $100 - $60 = $40 (66.7% return)
```

### Example 2: Winning NO Trade

```
Buy: 100 NO shares at $0.40 = $40 spent
Outcome: Event doesn't happen
Payout: 100 shares × $1.00 = $100
Profit: $100 - $40 = $60 (150% return)
```

### Example 3: Losing Trade

```
Buy: 100 YES shares at $0.70 = $70 spent
Outcome: Event doesn't happen
Payout: $0 (shares worthless)
Loss: $70 (100% of investment)
```

<Warning>
  **Maximum Risk**: You can lose 100% of the USDC you spend on a position if you're wrong.
</Warning>

## Market Resolution

Markets resolve in three ways:

1. **Automatic Resolution**: Clear outcomes (sports scores, election results)
2. **Oracle Resolution**: Official sources confirm outcome
3. **Community Resolution**: UMA protocol voting if disputed

After resolution:

* Winning shares → \$1.00 each
* Losing shares → \$0.00
* USDC automatically credited to your wallet

## Trading Best Practices

<AccordionGroup>
  <Accordion title="Do Your Research">
    * Understand the market question
    * Check resolution criteria
    * Review market history
    * Look at similar resolved markets
  </Accordion>

  <Accordion title="Start Small">
    * Begin with small positions
    * Test the system with low stakes
    * Build confidence gradually
    * Scale up as you learn
  </Accordion>

  <Accordion title="Diversify Positions">
    * Don't put all funds in one market
    * Spread risk across multiple trades
    * Different market types
    * Different time horizons
  </Accordion>

  <Accordion title="Monitor Regularly">
    * Check positions daily
    * Watch for news affecting markets
    * Adjust positions when needed
    * Take profits strategically
  </Accordion>

  <Accordion title="Learn from Results">
    * Track your win rate
    * Analyze losing trades
    * Identify patterns
    * Refine your strategy
  </Accordion>
</AccordionGroup>

## Common Trading Mistakes

<Warning>
  **Avoid These Pitfalls**

  * ❌ Trading on markets you don't understand
  * ❌ Investing too much in single positions
  * ❌ Ignoring resolution criteria
  * ❌ Chasing losses with bigger bets
  * ❌ Not taking profits when available
  * ❌ Trading based purely on emotion
</Warning>

## Next Steps

<CardGroup cols={2}>
  <Card title="Place Your First Trade" icon="chart-line" href="/trading/placing-trades">
    Learn the step-by-step process for executing trades
  </Card>

  <Card title="Manage Positions" icon="list" href="/trading/positions">
    Track and close your active positions
  </Card>

  <Card title="Understanding Markets" icon="book" href="/trading/understanding-markets">
    Deep dive into market mechanics
  </Card>

  <Card title="Copy Trading" icon="copy" href="/copy-trade/overview">
    Automate trades by following experts
  </Card>
</CardGroup>

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="What happens if a market is cancelled?">
    If a market is invalidated or cancelled, all positions are refunded at the purchase price. You get your USDC back.
  </Accordion>

  <Accordion title="Can I sell my shares before market resolves?">
    Yes! You can close positions anytime at current market prices. This is useful for taking profits or cutting losses.
  </Accordion>

  <Accordion title="How long until markets resolve?">
    Varies by market type:

    * Sports events: Within hours of event completion
    * Elections: Within days of official results
    * Long-term predictions: On the specified date
  </Accordion>

  <Accordion title="What if I disagree with market resolution?">
    Polymarket uses UMA's dispute resolution. If resolution is incorrect, it can be challenged and voted on by UMA token holders.
  </Accordion>
</AccordionGroup>

## Need Help?

Questions about trading?

* Check the [FAQ](/faq) for common issues
* Contact support: [@anumaan\_bot](https://t.me/anumaan_bot)
* Join our community to discuss strategies
