# Tronify skills

### 通过 Tronify API 在 TRON 区块链上租赁能量和带宽。支持使用 TRX 和 USDT 进行支付。当用户需要租赁 TRON 能量或带宽、查询能量价格，或创建 TRON 资源购买订单（包括可附带 TRX 的 USDT 能量订单）时使用。

#### 1. 支持使用TRX租赁能量和带宽

#### 2. 支持使用USDT租赁能量、带宽和换取TRX

```
npx skills add https://github.com/bridgers-skills/tronify-rent-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-tron.tronify.io/tronify-skills.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.
