# Token Information

Understanding token prices and managing your holdings are key to successful trading. Cronus Agent provides clear ways to access this information.

### Checking Token Prices & Understanding Price Cards

While you'll often see price information when setting up trades, you can also check a token's price directly:

* **Direct Input**: Simply type the token's **symbol** (e.g., `VVS`), **name** (e.g., `VVSToken`), or its **contract address** into the chat. Cronus Agent will interpret this as a price check request and display a detailed "Price Card."
* **During Trade Setup**: When you initiate a "Buy" or "Sell" operation, the bot will automatically display price information for the selected token.

**Understanding the Price Card:**

When you check a token's price, Cronus Agent presents a "Price Card" with the following details (data primarily sourced from Dexscreener):

* **Token Name and Symbol**: e.g., VVS Finance (VVS).
* **Current Price**: Shown in both `USD` and `CRO`.
* **Price Change**: Percentage change over the last 1 hour (1h) and 24 hours (24h).
* **Liquidity (Liq)**: The total value of assets locked in the token's trading pool on the DEX.
* **Market Cap (MC)**: The total market value of the token's circulating supply.
* **Volume (24h)**: The total trading volume for the token in the last 24 hours.
* **Contract Address**: The token's unique address on the Cronos blockchain.
* **Your `CRO` Balance**: Displayed for quick reference.
* **Updated Time**: Shows when the price data was last fetched.

**Interactive Buttons on the Price Card:**

* **`📈 Chart (DexS)`**: Opens the token's chart on Dexscreener in your browser.
* **`🛒 Buy` / `📈 Sell`**: Allows you to quickly initiate a market buy or sell for that token.
* **`Advanced ▾/▴`**: Toggles additional information and options:
  * **`📜 Explorer (Scan)`**: Opens the token's page on Cronoscan.
  * **`🤖 Adv. Bots`**: Access Limit or DCA order setup for this token.
  * **`Show/Hide Security`**: Toggles the display of security information from GoPlus (see below).
* **`🔄` (Refresh)**: Updates the price card with the latest data.
* **`↩️ Back`**: Returns you to the main menu.

**Security Information (GoPlus):**\
When "Show Security" is enabled (via the Advanced toggle), the price card can also display security insights for the token, provided by GoPlus, such as:

* Honeypot risk
* Buy/Sell taxes
* Contract owner information
* Other potential risk flags (e.g., if transfers can be paused)

### Viewing Your Token Holdings & Portfolio Value

To see a summary of all the tokens you hold in your Cronus Agent wallet and their current value:

1. **Access Holdings**: From the main menu, tap the "💰 Holdings" button.
2. **Information Displayed**:
   * Your total `CRO` balance.
   * Your overall portfolio value in `USD` and its approximate `CRO` equivalent.
   * A P/L (Profit/Loss) estimate for your non-native token portfolio based on your trade history with the bot.
   * A list of each token you hold (excluding `CRO` itself from this list section):
     * Token symbol and quantity.
     * Current approximate value in `USD` and `CRO`.
     * Average buy price (if determinable from your trade history).
     * Estimated unrealized Profit/Loss (P/L) for that token.
3. **Interactive Buttons**:
   * **Token Row**: Tapping on a specific token row in your holdings will display its detailed Price Card.
   * **`📥 Deposit`**: Shows your wallet address for depositing funds.
   * **`📤 Withdraw`**: Initiates the process to withdraw `CRO`.
   * **`🔄 Reload`**: Refreshes your holdings information.
   * **`↩️ Back to Menu`**: Returns you to the main menu.

The P/L figures are calculated based on the trade history logged by the bot for your buy and sell activities.


---

# 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.cronusomnis.ai/token-information.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.
