> For the complete documentation index, see [llms.txt](https://services.stakeandrelax.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.stakeandrelax.net/mainnet/mantra.md).

# MANTRA

<figure><img src="https://raw.githubusercontent.com/StakeandRelax-Validator/documentation/main/Logos/mantra.png" alt="" height="150" width="150"><figcaption></figcaption></figure>

**Chain ID**: mantra-1 | **Latest Version Tag**: v6.1.0

[Website](https://www.mantrachain.io) | [Discord](https://discord.com/invite/mantrachain) | [Twitter](https://twitter.com/MANTRA_Chain)

## Public endpoints

* rpc: <https://mantra-rpc.stakeandrelax.net>
* api: <https://mantra-api.stakeandrelax.net>

## Explorer

[Relaxed Explorer](https://explorer.stakeandrelax.net/mantra)

## Peering

**state-sync**

```
https://mantra-rpc.stakeandrelax.net
```

**seed-node**

```
f63b9b1d53e2b434a35c0d00cc3db43154e4be75@65.21.233.188:25156
```

**addrbook**

```bash
curl -Ls https://snapshots.stakeandrelax.net/addrbook/mantra/addrbook.json > $HOME/.mantrachain/config/addrbook.json
```

**live-peers** (44)

```bash
peers="a61ffae748bdb400a71358345f6621e120ad3786@37.27.112.99:26630,819299f4a6bed88c784105e63527dd1dd4137b58@141.95.124.148:26656,1a9086a265e0ddc904edd2032144ec008f30ce83@142.132.192.153:26656,e93fbb087acb7c0f8ca850a796310bb745b510b6@23.227.223.68:26656,6b765cdf3b20611eb5d56b2b3ff80334583b0c81@65.109.112.148:36056,258ceef60ba5ab031294ec05ff46c312681f98fe@35.214.142.243:26656,03b4bc5c9f9ea90c29b8016752e40e03a7e16221@34.18.105.95:26656,5eca0171b17fbb2aecb921b00e4de14b0bfe52f4@162.55.92.114:2900,d1a8672664da4e2ec3be3429c60a0a1d1c829851@131.153.154.155:26656,447a3ef9c8798885c5622dc8b8aadd9fb4299552@15.204.106.61:26656,50cb1eef3ce43182909b84bd083f8e2c57cb253d@199.254.199.201:26656,6cd6d1682de686f8cac1a40e353e71742ca165e5@5.9.73.170:25156,721da4b8a0693969756a0939f27df9f934aba0e3@135.125.3.77:26656,2f4804aad290b5099792c15cccb47f40d42b9ab9@65.108.230.146:25156,57988eaefb806c67020cf2f6fa3c713945818f2f@142.132.187.206:26656,e56b6789e0077976389ebdb06217600bb43d5fe9@5.181.187.92:26656,fef97d99c827bc39db8a291dcdd3381d6390f45c@5.161.205.87:26656,ac20f6580715ae5ab4bef1d3366389339b4b294c@3.248.165.9:26656,482d9fa4bfcd01dd217498d7268b6b89b06f153c@34.18.182.211:26656,7c5f9b4a400d259900cdea7a8f1d30ede263daef@135.181.138.95:2220,33947b4ea568009271965e3afcc60f71c4e427d0@84.32.32.149:18000,77a1497bf2b96d1f1a4bb829b6db93dbbd94b244@164.152.162.183:26656,23e7af1bce2aa766cb6397e4872a97e0ac169e10@37.27.114.244:25156,06c502cda1a3efacb9997522c07c8c8b801e74f1@149.86.227.232:31556,c1183d59637c454557934c1896fcd312641b80cb@47.129.143.107:26656,c2cbc23377327ce04f2da02cdd3660b96af00503@98.87.25.240:26656,5cb41a850a2d41a28ff908e0e984a2a8deb7498a@95.216.98.122:22656,284fc3f98e735142b0b9f55db7896059f76e40a4@35.220.168.91:26656,ccd1627ed7949778c922206c3df0e7dcfbea34ea@34.18.73.115:26656,e8644005a15dda0345603463f6c38ea466314f89@144.126.215.43:26656,4de3d0e0ce97a8d130443c8ed4db4876147a3cc5@34.18.44.219:26656,5acadf139b28ad6af6a1bdce430c1f98d5c8333a@65.108.204.225:25156"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" ~/.mantrachain/config/config.toml 
```
