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

# Page

**Security Checks and Risk Awareness** \
On every token page, we provide a contract verification feature that lets you know if the contract's permissions have been relinquished, whether transaction fees can be adjusted, and if there are any blacklists. This helps users steer clear of potential risks.\
\
\
**MEV Protection and One-Click Configuration** \
The DEXX app provides the MEV protection function in the user settings. Even if you’re not experienced with configuring private nodes, you can easily enable the MEV protection with a single click to protect yourself from sniping bots.\
\
\
**Copy Contract and Automatic Paste** \
Our development team has noticed that many users have a habit of copying a contract address, searching for it, and then making trades. However, switching apps and waiting for data to load waste lots of time, which is awful in on-chain trading. Gaining just a second can mean getting a better price for a transaction.\
\
With DEXX, you can copy a contract address from message apps or social media, and then jump back to the DEXX app, and it will automatically paste the contract. You can jump straight into trading—this process takes only 3 seconds, much faster than using other trading tools.\
\
\
**Sell Half at Double and Trailing Stop** \
We provide a range of trading strategies for you to choose from, whether it’s grid trading or swing trading. You don’t need to be glued to your screen; just set your orders and let DEXX execute transaciton for u!


---

# 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://dexx.gitbook.io/dexx-tutorial-book/function/page.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.
