# Strategy Validation

Before executing a strategy, you must thoroughly validate it after identifying a potentially profitable opportunity. On the Signal or Home page, you can click directly or use "Ctrl + Click on the token name" (to open in a new tab) to verify all necessary parameters.

XAPY provides a comprehensive strategy validation system that includes: 1-week (and 2-week) funding rate history, Volume24h, 24-hour open interest (OI.24h), spread (entry and exit), bid/ask volume depth, and break-even point

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

**Left side:**

* Base Token: Enter the token to be checked.
* Exchanges: Select the exchanges to be checked.
* Funding Rate Table: Select 1-week or 2-week data for review.

**Right side:**

* APR: Expected profit margin when trading the token on the suggested exchange pair.
* Orderbook Live: Real-time 2-level In/Out Spread for the selected exchanges.
* Watch: Review data when selecting exchanges other than the suggested ones.
* Strategy: Instantly add a strategy (with all necessary parameters).
* Plus (+) icon below Orderbook: Use to compare the same token across different exchange pairs than those suggested above.

<figure><img src="/files/9Cz4zkJAbe1dlS771VZp" alt="" width="539"><figcaption><p>The (<mark style="color:red;">X</mark>) icon at the top of the orderbook table allows you to close the table (if desired)</p></figcaption></figure>


---

# Agent Instructions: 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://docs.xapy.io/active-strategies/strategy-validation.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.
