# Step 7: Releasing the Payment

{% embed url="<https://youtu.be/peOUqQyXfnU>" %}

This step is performed by the **Release Signer**, who authorizes the funds to be released to the Service Provider.

**Instructions to Release Payment**

1. **Go to the Release Signer Tab**
   * Navigate to the **Escrows** section in the sidebar.
   * Click on the **Release Signer** tab to filter the escrows where your wallet is assigned as the **Release Signer**.
2. **Select the Escrow for Payment Release**
   * Find the escrow where the milestone has been approved.
   * Click on it to open the **Escrow Details Modal**.

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

***

* **Verify Milestone Status**
  * Ensure that the milestone has been **completed and approved** (indicated by 100% completion and approval).
  * The **Release Payment** button should now be active.
* **Click on "Release Payment"**
  * This action will initiate a blockchain transaction to release the funds.
  * A wallet transaction confirmation will appear.

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

* **Sign the Transaction**
  * A request will pop up in your Stellar wallet (e.g., Freighter).
  * Review the transaction details (fees, escrow ID, recipient, amount).
  * Click **Sign** to confirm and execute the payment.
* **Payment Released Successfully**
  * Once the transaction is confirmed, the escrow balance will update to reflect the release.

✅ **Success! The funds have now been transferred to the Service Provider!**


---

# 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.trustlesswork.com/trustless-work/v2-en/oss-dapps/backoffice/step-7-releasing-the-payment.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.
