# How To Use

Degen Vision Bot is simple to use, with just a few key commands:

{% stepper %}
{% step %}

## Token Analysis

Paste any contract address (CA) into the chat and hit send. The bot will automatically detect and analyze the token.

• Works even if there’s text before the CA.

• Supports Dexscreener links and extracts the CA automatically.

<figure><img src="/files/QpMGTKF2WsvDlH4oMJCo" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Creating a PNL Picture

Generate a profit and loss (PNL) image with:

```
/pnl (CA)
```

• Make sure to put one space between /pnl and the CA in the same message.

{% endstep %}

{% step %}

## Checking the Leaderboard

Find out which trades performed the best using:

```
/lb 1d → Best calls of the last 24 hours.
/lb 3d → Best calls of the last 3 days.
/lb 7d → Best calls of the last 7 days.
```

{% endstep %}
{% endstepper %}


---

# 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.bitfoot.com/bitfoot-degen-vision/how-to-use.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.
