# Shard Authorization

Cregis Wallet allows you to authorize shards to other wallet members and their devices, enabling them to perform transaction signing on your behalf. Note: Currently, multisig wallets can only authorize shards to your other devices, not to other wallet members.

## **Shard Authorization Process**

### Cregis Desktop

1. Navigate to the Wallet Details page.\ <br>

   <figure><img src="/files/w10RAKYDdh4HTWikYHih" alt=""><figcaption></figcaption></figure>
2. Click "Authorized device."\ <br>

   <figure><img src="/files/p66IoBJ3s8GQSoiqaKK8" alt=""><figcaption></figcaption></figure>
3. Add a new authorization\ <br>

   <figure><img src="/files/yp0rP38WSFB2RxufdAwO" alt=""><figcaption></figcaption></figure>
4. You can select the wallet member and their device you wish to authorize, or choose "Any Device," meaning the member can use any device to receive the shard authorization.

   * **Note**: Multisig wallets do not support authorizing shards to other wallet members.

   <figure><img src="/files/9LGPU6fnCFTX1XSFA7Xz" alt=""><figcaption></figcaption></figure>
5. After confirming, you can set the authorization duration. You can set an expiration time for the shard authorization or make the authorization permanent until the shard is deleted or reset.<br>

   <figure><img src="/files/aToTiz984LVr4YjcmJRW" alt=""><figcaption></figcaption></figure>
6. After confirming, identity authentication is required.<br>

   <figure><img src="/files/7QxdSJZc6EbhDgYEwg5U" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/4v9VkBrs3Y5x6OCO9IuA" alt=""><figcaption></figcaption></figure>
7. After successful verification, a one-time authorization passcode will be generated. Please copy it and provide it to the member for import on the designated device.\ <mark style="color:green;">**Recommendation: If the current device will no longer be used, it is recommended to delete the shard from the current device after completing the authorization.**</mark>\ <br>

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

### **Cregis Mobile**

You can find the authorization entry on the following page.

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

Then, select the party and device you wish to authorize.

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

When selecting a device, you will be able to see all devices that members have used to log in. After choosing the desired device, decide on the authorization duration and click "OK".

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

After confirmation, a two-factor authentication (2FA) is required. Upon successful verification, remember to **copy the passphrase** and provide it to the authorized member for shard import.

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

## **Authorized Member's Process**

### Cregis Desktop

After the shard owner completes the above steps and generates the passcode, the authorized member can log in using the authorized device.<br>

1. After logging in, switch to the team where the authorized shard is located.<br>

   <figure><img src="/files/1SmKtRBTjc141Pd31Uo1" alt=""><figcaption></figcaption></figure>
2. Enter the one-time passcode generated by the shard authorizer.<br>

   <figure><img src="/files/nRkmTdP2tgycTBw6r9wC" alt=""><figcaption></figcaption></figure>
3. Complete identity verification.<br>

   <figure><img src="/files/i4F1YIkHlnDLurkQzEjQ" alt=""><figcaption></figcaption></figure>
4. After successful verification, the screen will display "Shard Import Successful." You can also check the shard status in the wallet list.<br>

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

### **Cregis Mobile**

The authorized member simply needs to switch to the designated team and enter the wallet page. A verification prompt will automatically appear, requesting the passphrase. After entering the correct passphrase and completing password authentication, the shard will be successfully imported.

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


---

# 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://support.cregis.com/wallet-and-transactions/shard/shard-authorization.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.
