# Double escrow

The application allows setting up different rewards in function of the claimants if they are part of the core team or if they are external contributors.

This is particularly useful to avoid a kind of *double spend* if core team members already receive a fixed salary while using FEATURE to provide additional incentives and track the velocity of core team members.

{% hint style="warning" %}
Double escrow works only with auto dealing enabled.
{% endhint %}

1\) Enable auto dealing and double escrow in your [organization settings](https://dashboard.feature.sh/settings/wallets) as shown below:

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

2\) Manage your organization wallets and set the one you want to use for auto dealing by selecting it as the default.

![](/files/GnuvDJZBiSXPNjek8K7u)

3\) Label an issue with a Feature label and let the magic happen 🪄. The transaction can take up to a few minutes to be processed, but fortunately the Bot will keep you updated about the progress!

The *Claim* link contains the information of the reward that the contributor or core team can claim.

<figure><img src="/files/30Ei1ezMxz83WnkqUH0g" alt=""><figcaption><p>Double escrow with the FEATURE bot</p></figcaption></figure>

{% hint style="warning" %}
The selected wallet should have the necessary funds to create the deal, otherwise an error message will be thrown by the bot.
{% endhint %}

<figure><img src="/files/0EP6i8A74EL8LEnoukS9" alt=""><figcaption><p>FEATURE bot error if there is not enough fund in the wallet</p></figcaption></figure>

Use the double escrow ✌️ to create even more personalized incentives!


---

# 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.feature.sh/guides/double-escrow.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.
