# Cosmos hub

**Cosmos Hub** is the first of thousands of interconnected blockchains that will eventually comprise the Cosmos Network. The primary token of the Cosmos Hub is the ATOM, but the Hub will support many tokens in the future.

### [Stake now!](https://wallet.keplr.app/chains/cosmos-hub?modal=validator\&chain=cosmoshub-4\&validator_address=cosmosvaloper15w6ra6m68c63t0sv2hzmkngwr9t88e23r8vtg5\&referral=true)  18-24% Expected reward rate

### [**Auto-Compound**](https://restake.app/cosmoshub/cosmosvaloper15w6ra6m68c63t0sv2hzmkngwr9t88e23r8vtg5/stake)  **23-28**% Expected reward rate

{% hint style="info" %}

#### [Auto compound Manual (Restake)](https://youtu.be/XOH161O3C5w)

{% endhint %}

## **Chain explorer**

* <https://explorer.w3coins.io/cosmos>
* <https://atomscan.com/>
* <https://www.mintscan.io/cosmos>

## Community Tools and Services

#### **RPC**

```
https://cosmos-rpc.w3coins.io
```

#### **gRPC**

```
cosmos-grpc.w3coins.io:14990
```

#### **API**

```
https://cosmos-api.w3coins.io
```

#### **Seed Node**

```
91706fd6ec45e38661ba7bb7567fc572b738c3ea@seed-node.w3coins.io:14966
```

#### **Addrbook**&#x20;

```
wget -O addrbook.json https://s3.eu-central-1.amazonaws.com/w3coins.io/addrbook/cosmos-mainnet/addrbook.json --inet4-only
mv addrbook.json ~/.gaia/config
```

#### **Genesis**

```
wget -O genesis.json https://s3.eu-central-1.amazonaws.com/w3coins.io/genesis/cosmos-mainnet/genesis.json --inet4-only
mv genesis.json ~/.gaia/config
```


---

# 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://services.w3coins.io/mainnet/readme.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.
