> For the complete documentation index, see [llms.txt](https://epep-elite-profit-edge-protocol.gitbook.io/epep-elite-profit-edge-protocol-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://epep-elite-profit-edge-protocol.gitbook.io/epep-elite-profit-edge-protocol-docs/bot-phase-3-reversing-losses.md).

# Bot Phase 3: Reversing Losses

EPEP is designed to also serve as an autotrader, buying at significant dip entry points and selling at take profit markers based on what users set. Autotrading is a premium feature, only accessible to EPEP holders (currently those holding at least 0.1% of EPEP).

The autotrader can be set up by using a series of commands, shared below. Once started on a chain, the bot will help the user set up a wallet (users should be reminded to store their private keys safely), walk them through setting a percentage of wallet holdings to use for transactions, give them options for taking profit, and let them choose a stop loss setting. Throughout, the bot's functionality is meant to prioritize small, targeted profits so users come out ahead, a reversal of the "winning for the few" mantra that the Web3 space has occupied over the last few years. Ending a trade net positive, even if requiring smaller more frequent trades, supports long-term portfolio growth and investment safety, something that EPEP believes strongly in.

The commands to utilize the autotrading elements can be found below:

/autotrader — Used with on, off, fulloff, and status, allows for setup of autotrading function&#x20;

/positions — Used to see autotrading positions across active chains&#x20;

/pnl — View profits and losses for autotrading function

<figure><img src="/files/CGMUA2IfzStjXlVUbWz0" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://epep-elite-profit-edge-protocol.gitbook.io/epep-elite-profit-edge-protocol-docs/bot-phase-3-reversing-losses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
