> For the complete documentation index, see [llms.txt](https://hedgey.gitbook.io/hedgey-community-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hedgey.gitbook.io/hedgey-community-docs/support-docs/grants-arbitrum-stip/for-arbitrum-grant-issuers.md).

# For Arbitrum Grant Issuers

For *real-time support, please feel free to reach out on our dedicated Arbitrum STIP support channel on Telegram. You can access the group* [*here*](https://t.me/+SITTnfSSR6c1YjNh)*.*\
\
**For an overview video click** [**here**](https://www.loom.com/share/320d3394b9bd411093216dd6749a6edb?sid=268cb490-bd28-4308-aac0-28b327100ce9)**.**&#x20;

## Step 1) Connect to Hedgey Grants

* Visit Hedgey at [app.hedgey.finance ](https://app.hedgey.finance)
* *Select the <mark style="background-color:blue;">token grants page</mark> from the left Nav bar*
* *Click the* *<mark style="background-color:green;">View on Safe</mark> link (see image below) to open Hedgey grants Safe App*

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

## Step 2) Create new grants

* Within the Hedgey Grants Safe app, click the <mark style="background-color:blue;">Create a Token Grant</mark> button. (see Image below)

<figure><img src="/files/8McnyGZTlTSaW3YqjY9S" alt="" width="375"><figcaption></figcaption></figure>

* Select ARB from the token drop down, select periodic as the distribution type, and select bi-weekly as the distribution frequency. Add the appropriate amount of weeks and set the cliff to zero.&#x20;
* Make sure the revocable grant feature is enabled (see image below)
* Click the <mark style="background-color:blue;">Next: Administration</mark> button once this step is completed.&#x20;

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

* On the next stage, you will confirm your admin address. (This will be the address that can revoke and distributed grants and will receive the Arbitrum back once they are revoked. It is defaulted to the issuing multisig and should remain that.)
* You will have two optional features on this page, allowing governance and allowing the multisig to transfer grants on the recipients behalf. For this program both features will remain disabled.&#x20;
* Once you have confirmed details on this page, click the <mark style="background-color:blue;">Next: Details</mark> button

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

* On the next stage, you will add the details of the grant recipients. You can add both single and multiple grant recipients on this step.
* If adding multiple grant recipients directly on the page, you will enter the recipient address, the total amount of tokens they will receive throughout the duration of their grant, and the start date of the grant. New recipients can be added by clicking the +Add button (see image below)&#x20;
*

```
<figure><img src="/files/dIQdopK621Lr2daJNMYp" alt=""><figcaption></figcaption></figure>
```

* If adding multiple grant recipients from a CSV file, you will need to complete a CSV file beforehand. You can upload the CSV and confirm the details afterwards.&#x20;
  * *Note the three fields are recipient address, Amount of tokens, and vesting start date in a yyyy-mm-dd format. Please confirm your local CSV format follows the appropriate date structure and confirm directly on the app after you upload your CSV.*&#x20;

&#x20;![](/files/1evNFwsK3I1D3fjNqb3L)<br>

* Once you have completed this step, click the <mark style="background-color:blue;">Review, Approve, and Distribute</mark> button.
* In this final stage, you will be able to review the full details of your grant distribution and complete the onchain distribution.&#x20;
* One you have reReview the details of your grant and confirm they are correct, click the <mark style="background-color:blue;">Distribute</mark> button
*

```
<figure><img src="/files/F3dSyYpxI5qnjOjBxnIX" alt=""><figcaption></figcaption></figure>
```

* For the Safe confirmation step, you will have to approve Hedgey to use Arbitrum, and then complete the transaction.&#x20;
* You are live! From here, you can view your grant distributions directly from your Safe, issue new grants, and revoke existing grants.&#x20;

## You are live!&#x20;

* Once you distribute your token grants, you will be able to view them in your safe under the *Issued Grants* section.&#x20;
* You can view all of your grants here, or view and revoke grants by clicking into each grant
* You can give each grant a name or notes that is locally stored on your computer.&#x20;
* You can copy a link to the grants dashboard that is optimized to share with the broader Arbitrum DAO.&#x20;

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hedgey.gitbook.io/hedgey-community-docs/support-docs/grants-arbitrum-stip/for-arbitrum-grant-issuers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
