# Escrow Smart Contracts

{% hint style="info" %}
**Good to know:** This feature is particularly useful for freelancers and is defined in Use Cases section of this whitepaper. Expected to be rolled out in Nov 2022.
{% endhint %}

✨ User taps on the Send Escrow request

✨ User adds the amount, expected date of delivery and the email id of the receiver

✨ Receiver receives the request and puts in the equivalent token into the smart contract

✨ The smart contract verifies the end date and based on approval from both ends, releases the token to the sender's wallet.

✨ The whole mechanism is handled through GrowLimitLess Smart Contract

✨ Once payment is processed successfully the transaction is recorded on chain and the sender receives a notification of the same.


---

# 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://gll.gitbook.io/growlimitless-whitepaper-gll/what-makes-us-limitless/escrow-smart-contracts.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.
