# Run a Relayer

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Relayer Grants</strong></td><td>Learn about the Migaloo Foundations Reylayer Grant Program</td><td><a href="/pages/lTPww4SSBQeWgTSdbsHR">/pages/lTPww4SSBQeWgTSdbsHR</a></td></tr><tr><td><strong>Go Relayer</strong></td><td>Learn how to set up a Go Relayer</td><td><a href="/pages/fJuRioQAnHNWWsPTMsWc">/pages/fJuRioQAnHNWWsPTMsWc</a></td></tr><tr><td><strong>Hermes Relayer</strong></td><td>Learn how to set up a Hermes Relayer</td><td><a href="/pages/b10ES7wZvrlxYWrXOZME">/pages/b10ES7wZvrlxYWrXOZME</a></td></tr></tbody></table>

IBC channels:

| Network   | Channel   |
| --------- | --------- |
| Terra 2   | 0 <> 86   |
| Juno      | 1 <> 210  |
| Injective | 3 <> 102  |
| Secret    | 4 <> 57   |
| Osmosis   | 5 <> 642  |
| Comdex    | 12 <> 63  |
| Chihuahua | 10 <> 39  |
| Kujira    | 8 <> 58   |
| Carbon    | 14 <> 24  |
| Neutron   | 27 <> 57  |
| Umee      | 22 <> 57  |
| Kava      | 54 <> 126 |
| Axelar    | 53 <> 121 |
| Lunc      | 59 <> 84  |
| Sei       | 57 <> 14  |
| Noble     | 60 <> 14  |

{% hint style="info" %}
*First number is the source and second is destination. Example: Migaloo 0 <-> 86 Terra. On Migaloo, you go from channel 0. Source is always Migaloo first*
{% endhint %}

Add your mainnet relayer information [here](https://docs.google.com/spreadsheets/d/1lWDOkWRgy_mU0LEuTPwv5Z4dclNw2OCDTNQMzw0RzyQ/edit#gid=0)

Add your testnet relayer information [here](https://docs.google.com/spreadsheets/d/10t2HBtv6L9-PES-5YaCjODREy7fBMx7PBazmIrDj55c/edit?usp=sharing)


---

# 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.migaloo.zone/validate/run-a-relayer.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.
