# Enabling Tokens

Activate only the assets you really need and fine-tune their payout settings in a single place.

***

#### 1. Open the **Assets** page

In the left-hand menu of the OMY dashboard you’ll find **Assets**.\
The table lists every cryptocurrency and stable-coin currently supported by OMY.

#### 2. Edit the desired token

Click the **✏️ (pencil)** icon in the row of the asset you want to enable.\
A modal titled **Update payment asset** appears.

#### 3. Configure the asset

| Field           | What it does                                                        | Typical value                         |
| --------------- | ------------------------------------------------------------------- | ------------------------------------- |
| **Is Active**   | Toggles the token on/off for your integration.                      | ✅ *(checked)* to accept this asset    |
| **Wallet**      | Withdrawal address where collected funds will be swept.             | Your exchange or cold-storage address |
| **Fee percent** | Variable fee OMY deducts from each payment.                         | `0.5` → means 0.5 %                   |
| **Fee USD**     | Fixed fee in USD (converted on the fly to the settlement currency). | `0.30`                                |

Click **Update** to confirm.

####


---

# 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.omypayments.com/getting-started/markdown/enabling-tokens.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.
