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

# Don't Get REKT Guide

## Don't Get REKT Guide - Survival Tips for Degens

### Liquidation: The Silent Killer

Liquidation occurs when you've lost 90% of your collateral. It's analogous to a casino, where market volatility acts as the house edge.

#### Warning Signs of Impending Liquidation:

* The price is moving against you
* You're sweating profusely
* Constantly refreshing charts
* Checking your position every 30 seconds

### Pro Tips (From Reformed Degens)

1. **Start Small, Dream Big**
   * Use the minimum leverage (10x)
   * It’s still sufficient to risk losing money efficiently
2. **Set Stop Losses (Even Mental Ones)**
   * Have an exit plan
   * Adhere to your plan (this is the challenging part)
3. **Avoid FOMO Trades**
   * FOMO is a psychological trap
   * It leads to financial ruin

### Understand Liquidation Math

* Your position gets liquidated when your loss is ≥ 90% of your collateral.
  * Example: Start with 100 USDC, lose 90 USDC = Liquidated (REKT)

### Leverage Guidelines for Humans

* **10x-20x**: "I'm being responsible"
* **50x**: "I'm feeling dangerous"
* **100x**: "YOLO mode activated"
* **200x**: "I have no regard for my financial well-being"

### Psychology of Trading

Remember: The market can remain irrational longer than you can maintain solvency (or sanity).

#### Stages of a Leveraged Trade:

1. **Confidence**: "This is easy money."
2. **Concern**: "It's just a small dip."
3. **Panic**: "Should I close this position?"
4. **Terror**: "Why didn't I take profits earlier?"
5. **Acceptance**: "That was a costly lesson."


---

# 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://dogex-3.gitbook.io/dogex-docs/dont-get-rekt-guide.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.
