> For the complete documentation index, see [llms.txt](https://manual.gitcoin.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.gitcoin.co/governance-roles/steward/how-to-become-a-gitcoin-steward.md).

# How to Become a Gitcoin Steward

Participating in Gitcoin's governance can require a serious time commitment. For this reason, people are able to delegate their GTC to community members who have explicitly volunteered to play an active role in Gitcoin's governance.

Being a Steward is an important job that comes with a lot of responsibility. Therefore, before deciding to become a Steward, you should be familiar with:

* The Gitcoin Working Constitution (*coming soon*)
* This Governance Manual
* The [Code of Conduct](https://support.gitcoin.co/gitcoin-knowledge-base/about-gitcoin/code-of-conduct)

## Becoming a Gitcoin Steward

To become a Gitcoin Steward you must complete the following tasks:

1. Create an account on our Governance Forum
2. Declare your intention to be a Gitcoin Steward
3. Link your Discourse handle to your ETH address
4. Delegate yourself (or be delegated) GTC

On this page, we'll cover steps 2 to 4.

### Declare Your Intention to be a Gitcoin Steward

1. [Go to the post called Introducing Stewards Governance](https://gov.gitcoin.co/t/introducing-stewards-governance/41)
2. If it doesn't already automatically scroll to the bottom, do so. You can also click the bottom of the sidebar to quickly scroll to the latest post (see screenshot below)

<figure><img src="/files/H1MXLBwziWJENqoK2bTw" alt=""><figcaption><p>Click where the red circle is</p></figcaption></figure>

3. Include the information below at a minimum. Feel free to add any extra information that will help other Stewards better get to know you and understand your motivations and expertise.

> Gitcoin Username:&#x20;
>
> ETH Address:&#x20;
>
> Statement of Intention / My Values & Reason for Joining:&#x20;
>
> What Qualifications / Skills I Have:

### Link Your Discourse Handle to Your ETH Address

1. In the top right corner of your screen, click on your profile image, then click on the human icon at the bottom of the drop down list

<figure><img src="/files/UwVoNcXSCmhivji6JzaH" alt="" width="82"><figcaption></figcaption></figure>

2. Under the "Summary" tab, click the words "Link Wallet"

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

3. Sign into your wallet on the Karma website. [Watch this video for what this will look like](https://www.loom.com/share/2824d02f97494854869bd03cf5dd1c8c).
4. As demonstrated in the video, copy the link you are provided and paste it into the Governance Forum thread called [Linking discourse handle to your ETH address](https://gov.gitcoin.co/t/linking-discourse-handle-to-your-eth-address/10557).

### Delegate Yourself (or be Delegated) GTC

The instructions below will demonstrate how to delegate GTC for yourself. To have GTC delegated from someone else, please pass on these instructions.

{% hint style="info" %}
GTC is Gitcoin's native governance token and [you can learn more about it here](https://www.gitcoin.co/gtc). These instructions will not go into detail about how to acquire GTC and assumes that you are already in possession of GTC.
{% endhint %}

1. [Go to the Steward Scorecard website.](https://delegate.gitcoin.co/)
2. Search your name and click the big "Delegate" button underneath your profile card.
3. Once the pop-up comes up, once again click the "Delegate" button.
4. Sign in with your wallet containing GTC and sign the transaction.

{% hint style="info" %}
You will automatically donate 100% of the GTC tokens in your wallet. If you want to delegate your tokens among several different individuals, you'll need to have your GTC distributed across several different wallet addresses.
{% endhint %}


---

# 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://manual.gitcoin.co/governance-roles/steward/how-to-become-a-gitcoin-steward.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.
