# Create a deal using GitHub comments

1\) Open an **issue** on Github.

2\) **Entitle** it or add a **comment** with this format: *$\<issue\_type> \<crypto\_amount>\<currency> (\<network>)*.

{% hint style="info" %}
The keywords to launch a deal are these: `$f, $bounty, $grant, $feature, $feat, $fix, $audit, $CS, $doc, $documentation, $refacto, $refactoring, $code, $chore, $test, $docs, $ci, $perf, $build and $style`.\
\
And the keyword networks are: `(polygon)`, `(xdai)`, `(arbitrum_one)`, `(celo)`, `(bsc)` and `(bitfinity_testnet)`.
{% endhint %}

![Comment an issue with keywords to create a Deal](/files/Qn147hOSvXoi6FUZA7B5)

3\) The Feature bot will ask you to **put the cryptocurrency amount in Escrow**. **Click on the link** to be redirected to the related page.

{% hint style="info" %}
Feature works with coin as well as tokens (ERC20).
{% endhint %}

4\) **Connect your wallet**. If enough funds, you will be able to approve the transfer.

5\) **Click on Create the Deal**. Once transaction done, you will be automatically redirected to GitHub.

![Create your Deal](/files/NMILJpbB0Q7xcPz5PU0S)

6\) The bot will comment that **you've created the Deal successfully**!

![Deal created!](/files/sV5Nw2y68e6oWroBhvxS)


---

# 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/create-a-deal-using-comments.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.
