# 故障排查指南

在此您将找到逐步帮助，内容包括：

* 存入 SOL → RSOL（钱包设置、水龙头、交易错误）
* 提取 RSOL → SOL（赎回流程、代币可见性）
* Rome EVM（钱包连接、合约交互）
* Rome L2 堆栈（安装、使用、常见错误）
* Rome SDK（安装、使用、常见错误）

您正在在 Testnet 上测试，本部分旨在快速解决问题并帮助您尽快回到在 Rome 上构建的工作中。

{% hint style="info" %}
注意

> 本故障排除部分仍在开发中。目前仅涵盖最常见的问题。我们将根据用户反馈和实际使用情况不断扩展这些指南并更新文档，加入更多故障排除案例。
> {% endhint %}

\ <br>

\ <br>


---

# 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.rome.builders/zh/legacy/troubleshooting-guide.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.
