> For the complete documentation index, see [llms.txt](https://docs.gap.karmahq.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gap.karmahq.xyz/how-to-guides/for-community-members/endorse-project.md).

# Endorse project

Endorsing a project means publicly expressing your support for it. This is typically done because you believe the project is worthwhile and will have a positive impact. Here are some key points about endorsing a project:

* **Credibility:** Your endorsement carries weight if you have relevant experience or expertise in the project's area.
* **Publicity:** An endorsement can help raise awareness of the project and attract more supporters.
* **Support:** It can also show the project team that you believe in them and are willing to help them succeed.

Here are steps to endorse a project on the platform:

<figure><img src="/files/2lZTQ3ehdMCWGyFeprmu" alt=""><figcaption><p>Step 1 - Navigate to the project page &#x26; choose the project</p></figcaption></figure>

<figure><img src="/files/jVZxA4Xm0mlthUSApebG" alt=""><figcaption><p>Step 2 - Click on 'endorse the button'.</p></figcaption></figure>

<figure><img src="/files/a87FTuJX3Bbs1PKRGkmn" alt=""><figcaption><p>Step 3 - Add an optional message explaining why you endorsee the project.</p></figcaption></figure>

<figure><img src="/files/CsIVPfpHlrjXc5JZX7Nb" alt=""><figcaption><p>Step 4 - Endorse - this executes an on-chain transaction and associates your endorsement with the project.</p></figcaption></figure>

<figure><img src="/files/vEay3FOigTx5T7Tuqx5Z" alt=""><figcaption><p>Note - You can see the endorsements on the screen here.</p></figcaption></figure>

**Here are some other ways to spread the word:**

* **Publicly announce your support.** You can do this through social media, a press release, or a speech.
* **Volunteer your time or expertise.** This is a great way to show your support tangibly.
* **Donate money.** If the project is fundraising, you can make a financial contribution.

By endorsing a project, you can play a valuable role in helping it to succeed.


---

# 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://docs.gap.karmahq.xyz/how-to-guides/for-community-members/endorse-project.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.
