# 手动斜坡

手动 dRamps 允许您使用任何您选择的支付方式处理用户的铸造/销毁操作：现金、移动货币、西联汇款、银行转账等。

您甚至可以添加额外的服务，如为用户处理转账、支付他们的学费等。

### 如何设置手动 dRamp？

* 部署您的 dRamp 后，点击 **Mine Only** 按钮，以仅列出您部署的 dRamps。如果您仍然找不到您的 dRamp，请重新加载页面，然后再次点击 **Mine Only**

<figure><img src="/files/wBPfP2RQ6nggDgo2uACU" alt=""><figcaption></figcaption></figure>

* 单击 **Details** 箭头，以显示您的 dRamp 的详细信息面板

<figure><img src="/files/Q7BbYw6QcdSP8Vb6RMn5" alt=""><figcaption></figcaption></figure>

* 您应该会看到类似于下图的内容。单击 **Switch To Manual dRamp** 按钮

<figure><img src="/files/J5VDU1IN8AUE7zW78byJ" alt=""><figcaption></figcaption></figure>

* 应该会弹出下面的表单

<figure><img src="/files/d36Bpd9nGKQcr91ngh0y" alt=""><figcaption></figcaption></figure>

* 每个参数都有一个帮助图标，其中包含参数的详细描述。阅读描述，并为参数输入正确的值。将 **Automatic** 参数设置为 No
* 验证表单并确认交易

在上次操作之后，您的 dRamp 将不再显示在 **Automatic** 选项卡下，单击 **Manual** 选项卡以查看手动 dRamp 的列表，然后单击 **Mine Only** 按钮以仅显示您的手动 dRamp

<figure><img src="/files/YvpCVMDZ2Cq1q9Ki6Per" alt=""><figcaption></figcaption></figure>

* 下一步是更新您的 dRamp 的描述。在您的 dRamp 的控制面板菜单中，找到并单击 **Update dRamp Info** 按钮。

<div><figure><img src="/files/sHYOIOmTUeIgh5xwrrVk" alt=""><figcaption></figcaption></figure> <figure><img src="/files/eTKeNA0WzY54VMPeSFZx" alt=""><figcaption></figcaption></figure></div>

* 将 **Description** 参数更新为用户应该如何进行请求铸造/销毁操作的指南。您的描述显示在您的 dRamp 面板的左上角。此外，请确保您已创建了一个个人资料，并将其 ID 输入到适当的字段中，然后验证表单。

<figure><img src="/files/KmQ9YfnSkls2onQm2Cen" alt=""><figcaption></figcaption></figure>

恭喜！您的 dRamp 现在是手动的，并且有能力为平台上的用户铸造/销毁 tFIAT 代币，只要这些操作是由 dRamp 的管理员执行的。

与自动 dRamp 不同，用户无法自行铸造/销毁代币，手动 dRamps 的铸造/销毁操作必须由 dRamp 的管理员执行。

一旦用户通过您在 dRamp 描述中提供的渠道请求铸造/销毁操作，dRamp 的管理员将不得不执行这些操作并将资金发送给用户。

### 如何添加/删除管理员

要向您的 dRamp 添加/删除管理员，请转到您的 dRamp 的控制面板菜单，然后单击 **Update Admin** 按钮。

<div><figure><img src="/files/KYdd7slxXH4GQfXHIgcP" alt=""><figcaption></figcaption></figure> <figure><img src="/files/V8baEAsDtX6NktPYuYUW" alt=""><figcaption></figcaption></figure></div>

输入您想要添加/删除的钱包地址，选择是否将其添加/删除为管理员，并验证操作。


---

# 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.payswap.org/zhong-guo-ren/products/dramps/manual-ramps.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.
