# Approving transfer

{% hint style="info" %}
Please ensure your have completed sub-account authorization before doing steps below. \
\
[How to authorize sub-accounts](https://coinsdo.gitbook.io/docs/coinsend/setup/authorize-sub-account-to-approve-transactions)
{% endhint %}

1. Authorized sub-account holders with can open Pending Data Approval to review the transaction, then click Approve to proceed or Reject to cancel the request.<br>

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

2. After clicking Approve or Reject, a Scan to Sign screen with a QR code will appear. Follow these steps:
   1. Approver may open the CoinSign app and tap Scan to scan the QR code.
   2. Review the details on the Approved Sign screen and tap Sign.
   3. Enter your identity private key password and sub-account Google Authenticator code , then tap Sign.
   4. A notice window pops up displaying 'Approved Success', indicating that the transaction was successfully approved<br>

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

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

3. After Data Approval, the transaction will appear in the Pending Execution Approval list.<br>

   <figure><img src="/files/3cG2SFd9wT4CnCRqedj6" alt=""><figcaption></figcaption></figure>

4. Authorized sub-accounts may click Approving to review the transaction, then click Approve to proceed or Reject to cancel the request. A CoinSend client must be selected before clicking Approve.\
   \
   Clicking Reapprove will send the transaction back to Pending Approval, allowing the data approver to approve or reject it again. <br>

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

5. Clicking Approve, Reject, or Reapprove will open a Scan to Sign screen with a QR code. Follow these steps:
   1. Open the CoinSign app and tap Scan to scan the QR code.
   2. Review the details on the Approved Sign screen and tap Sign.
   3. Enter your identity private key password and Google Authenticator code(if required), approval remark(optional), then tap Sign.\
      \
      Notes:\
      • The identity private key password is set when you first log in to the CoinSign app, not your sub-account password.\
      • The Google code is set when you first log in to the CoinSend web portal.<br>
   4. A pop-up showing “Approved Success” confirms the transaction is approved.<br>

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

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

6. After execution approval, the transaction will appear in the Approved list. Click its dispatch status to view the transaction details.<br>

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

7. Once the transaction is successfully broadcast to the blockchain, its transaction hash will appear in the Transaction Hash column. Clicking the hash opens the blockchain explorer in a new tab, where you can view details such as the transferred amount, deposit address, and token contract address.<br>

   <figure><img src="/files/XJPQ4mIq0i2rhruwnYtk" 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://coinsdo.gitbook.io/docs/coinsend/how-to/approving-transfer.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.
