# Swap Skill

The OmniBridge Swap skill is a fast and secure cross-chain asset exchange tool powered by the OmniBridge API. It allows you to seamlessly bridge tokens across various blockchain networks.\
✨ Key Features:

• 💱 Real-Time Rates: Instantly check live exchange rates, estimated returns, and gas fees for various token pairs.\
• 🌉 Cross-Chain Swaps: Easily initiate token swaps across different networks (e.g., TRX to USDT, or ETH to BSC).\
• 🔍 Order Tracking: Monitor the real-time status and progress of your swap transactions.

```
npx skills add https://github.com/OmniBridgeCloud/omnibridge-swap-skill
```


---

# 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.en.omnibridge.pro/skills/swap-skill.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.
