> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/cregis-wallet-guide/zh-cn/wallet_and_transaction/shard/authorization.md).

# 授权分片

Cregis钱包允许你把分片授权给其他钱包成员及其设备，让其他成员代替你进行交易签名的操作。注意目前多签钱包只可授权及自己的其他设备而不可授权其他钱包城员。

## **授权分片操作流程**

### **Cregis PC客户端**

1. 导航至钱包详情页面<br>

   <figure><img src="/files/weG4OoMvzp2hl2dSWn1F" alt=""><figcaption></figcaption></figure>
2. 点击"授权"<br>

   <figure><img src="/files/qUXaIno12DDZfZxA6Muk" alt=""><figcaption></figcaption></figure>
3. 新增授权<br>

   <figure><img src="/files/6yrD1bZ3fCPEGbRExP9b" alt=""><figcaption></figcaption></figure>
4. 您可以选择想授权的钱包成员及其设备，你亦可以选择任意设备，即该成员可用任意设备接受分片授权。<mark style="color:green;">**注意多签钱包不支持授权分片给其他钱包成员**</mark><br>

   <figure><img src="/files/9b4W2ElYmHchGsasF7sC" alt=""><figcaption></figcaption></figure>
5. 确定后可选择授权时长，您可以为分片授权设置期限或可以让该授权永久有限直至分片被删除或重置。<br>

   <figure><img src="/files/YJZEX3OheqdqJ8gxPhfg" alt=""><figcaption></figcaption></figure>
6. 确定后需进行身份认证<br>

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

   <figure><img src="/files/GYwtpJxqjeqLAFRCuSyq" alt=""><figcaption></figcaption></figure>
7. 完成验证后会生成一次性授权口令，请复制给该成员让成员到指定设备上进行导入。<mark style="color:green;">**如果当前设备不继续使用，建议完成授权后将当前设备分片删除。**</mark><br>

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

### Cregis手机端

您可以到以下页面位置找到分片授权和重置入口

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

然后选择你想授权的对象及设备

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

在选择设备时可查看到所有成员用来登入的设备，选择好设备后可决定授权时长，然后点击确定。

<figure><img src="/files/5XzBeYgJt1PE8sNTE18u" alt=""><figcaption></figcaption></figure>

确认后需进行双重验证，验证成功后紧记复制口令给被授权成员用于导入分片。

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

## 被授权成员操作流程

### **Cregis PC客户端**

分片拥有人完成上述流程生成口令后，被授权的成员可使用被授权的设备进行登入

1. 登入并切换至被授权分片的团队<br>

   <figure><img src="/files/zDvPI7pz89R5zJDorZrY" alt=""><figcaption></figcaption></figure>
2. 输入分片授权人生成的一次性口令\ <br>

   <figure><img src="/files/h6Ogtd5zHz9dEEIX9QVV" alt=""><figcaption></figcaption></figure>
3. 进行身份验证<br>

   <figure><img src="/files/V4LCEEOf3GC3Jypwh9hl" alt=""><figcaption></figcaption></figure>
4. 验证成功后画面会显示分片导入成功，您亦可在钱包列表查看分片状态。\
   \
   ![](/files/INcy977O1zsIt8u95SIA)

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

### Cregis手机端

被授权成员只要切换到该团队并进入钱包页面，即会弹出验证口令的视窗，只要输入相应口令并进行密码验证便可成功导入分片。

<figure><img src="/files/UlRefxl09ttpdvkrOuqn" alt=""><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://support.cregis.com/cregis-wallet-guide/zh-cn/wallet_and_transaction/shard/authorization.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.
