> For the complete documentation index, see [llms.txt](https://docs.runealpha.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runealpha.xyz/cn/guides/rune-alpha-signet.md).

# Rune Alpha - Signet

### 配置的钱包

在Signet中，连接的主要方式是通过 [Leather Wallet](https://chromewebstore.google.com/detail/leather/ldinpeekobnhjjdofggfgjlcehhmanlj). 要开始，请遵循以下步骤:

1. 从扩展商店安装 Leather 钱包.
2. 配置连接Signet的网络设置."

第一步:改变网络

<figure><img src="/files/ODQ2YQKwijSBPgWYUXbZ" alt="" width="375"><figcaption><p>Change network</p></figcaption></figure>

第一步: 选择 Signet

<figure><img src="/files/5lJF7UX5jmaroMDzMCLX" alt="" width="375"><figcaption><p>Select network</p></figcaption></figure>

### Faucet BTC signet

你可以在这里获得一些免费的比特币 signet

{% embed url="<https://alt.signetfaucet.com/>" %}

### 连接 Rune Alpha \[Signet]

{% embed url="<https://signet.runealpha.xyz/>" %}

让我们开始你的DEGEN之旅吧:

<figure><img src="/files/VgNrrR1Nke3bM21vjaJE" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.runealpha.xyz/cn/guides/rune-alpha-signet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
