Skip to content
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8690419
Create 05-21-core-devs-call.md
0xarmagan Jul 23, 2025
d99634a
Create 05-28-core-devs-call.md
0xarmagan Jul 23, 2025
658b08c
Create 06-04-core-devs-call.md
0xarmagan Jul 23, 2025
4690260
Create 06-25-core-devs-call.md
0xarmagan Jul 23, 2025
6d858cd
Create 07-02-core-devs-call.md
0xarmagan Jul 23, 2025
0534e58
Create 07-09-core-devs-call.md
0xarmagan Jul 23, 2025
c9e6a1e
Create 07-23-core-devs-call.md
0xarmagan Jul 23, 2025
c863094
Update and rename 07-23-core-devs-call.md to 07-16-core-devs-call.md
0xarmagan Jul 23, 2025
06680af
Create 07-23-core-devs-call.md
0xarmagan Jul 23, 2025
24f0d20
Add hashi update for deprecation
vanshika-srivastava Aug 22, 2025
9ed392d
shift hashi integration
vanshika-srivastava Aug 22, 2025
ea58789
Main (#799)
vanshika-srivastava Aug 22, 2025
63e06bd
docs(bridges): update docs
zengzengzenghuy Sep 2, 2025
13cc717
update older content
skundu42 Sep 3, 2025
d7d8184
Merge branch 'main' into dev
skundu42 Sep 3, 2025
45abd6e
Fix broken links (#802)
tmgrask Sep 4, 2025
31cfee7
feat: add cookie policy banner and script (#805)
Wagalidoom Sep 16, 2025
8314fcf
feat(bridges): update USDS migration details (#806)
zengzengzenghuy Sep 23, 2025
80d0ddd
added announcement bar
skundu42 Sep 23, 2025
a904fe2
Add dRPC to RPC Providers list (#808)
dRPCMarketing Oct 15, 2025
b3bd7dc
docs: :memo: update Prysm domain to prysm.offchainlabs.com (#804)
victorelec14 Oct 15, 2025
89f4b32
docs: Replace broken link (#811)
rodrigoherera Oct 22, 2025
f013155
Update node > management > monitoring-validators section. (#809)
nicosampler Oct 22, 2025
e628136
remove llms.txt from git
skundu42 Oct 22, 2025
7fa8959
Merge branch 'main' into dev
skundu42 Oct 22, 2025
f5c8498
Revise image and hint in Node README
0xarmagan Oct 22, 2025
581fd4a
Update Covalent details (#814)
zeeshan8281 Nov 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
yarn.lock
.obsidian
docs/.obsidian
build
build
/static/llms.txt
4 changes: 2 additions & 2 deletions docs/developers/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
sidebar_position: 2
description: Learn how to deploy your first contract on Gnosis Chain
keywords: [gnosis chain, quickstart]
Expand Down Expand Up @@ -37,7 +37,7 @@ Lastly, top up the wallet with xDAI that you'll use for contract deployments on

Testnets on any EVM-compatible chains don't require real funds to pay for transactions. Instead, they use faucets that represent free tokens. You can use the following faucets to get xDAI on the Chiado testnet:
- [Chiado faucet](https://faucet.chiadochain.net/)
- [Gnosis Chain Faucet](https://gnosisfaucet.com/)
- [Gnosis Chain Faucet](https://faucet.gnosischain.com/)

![faucet](/img/developers/quickstart/faucet.png)

Expand Down
11 changes: 8 additions & 3 deletions docs/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ sidebar_position : 1

# Run a Node

![Screenshot 2025-04-09 at 09 55 38](https://github.com/user-attachments/assets/98a33f0a-37b3-4c14-8536-7ee91e67b100)
<img width="1480" height="748" alt="Screenshot 2025-10-22 at 15 15 33" src="https://github.com/user-attachments/assets/3d535d6f-43ef-4282-80d9-e3fad2bb1801" />

**Image:** GGeographic visualization of peer-to-peer network connections October 2025

:::tip
**Hint:** To quickly access comprehensive general information and view easy-to-digest, side-by-side comparisons, check out [validategnosis.com](https://www.validategnosis.com/)
:::

**Image:** Gnosis nodes around the world, circa April 9 2025

## Open Infrastructure Powered by Solo Stakers

Expand Down Expand Up @@ -122,7 +127,7 @@ Requirements vary client to client, for more detail see the associated system re
| Lodestar | [Lodestar: Specifications](https://chainsafe.github.io/lodestar/#specifications) |
| Nimbus | [Nimbus: Hardware](https://nimbus.guide/hardware.html) |
| Teku | TBD |
| Prysm | [Prysm: Prerequisites](https://docs.prylabs.network/docs/install/install-with-script/#step-1-review-prerequisites-and-best-practices) |
| Prysm | [Prysm: Prerequisites](https://prysm.offchainlabs.com/docs/install-prysm/install-with-script/#step-1-review-prerequisites-and-best-practices) |

**Gnosis Chain doesn't support Prysm at the moment.**

Expand Down
2 changes: 1 addition & 1 deletion docs/node/management/migrating-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can import it as follows using any installation method for your Prysm valida
prysm.sh validator slashing-protection-history import --datadir=/path/to/your/validator/db --slashing-protection-json-file=/path/to/desiredimportfile
```

- For more info, see the Prysm [Import & export slashing protection history](https://docs.prylabs.network/docs/wallet/slashing-protection) doc.
- For more info, see the Prysm [Import & export slashing protection history](https://prysm.offchainlabs.com/docs/backup-and-migration/slashing-protection/) doc.

## Teku

Expand Down
2 changes: 1 addition & 1 deletion docs/node/management/monitoring-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ https://nimbus.guide/metrics-pretty-pictures.html#simple-metrics
</TabItem>
<TabItem value="Prysm" label="Prysm">

https://docs.prylabs.network/docs/prysm-usage/monitoring/grafana-dashboard/
https://prysm.offchainlabs.com/docs/monitoring-alerts-metrics/grafana-dashboard/
</TabItem>

</Tabs>
Expand Down
35 changes: 17 additions & 18 deletions docs/node/management/monitoring-validators.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
---
title: Monitoring Validators
---
# Monitoring Validators

After setting up your validators, ensuring they are running and, most importantly, performing correctly is essential.
After setting up your validators, it’s essential to ensure they are running properly and performing as expected.

## Tool

The [bootnode.dev](https://www.bootnode.dev/) team has created a [Telegram bot](https://t.me/gbc_validators_bot) to assist you. Anyone running validators can set it up by just providing withdrawal address(es). The Bot will retrieve all the validators for you. Once registered, the bot will update you on your validators' performance and alert you if any issue occurs.
[node-sentinel.xyz](https://www.node-sentinel.xyz/) provides a [monitoring tool](https://t.me/gbc_validators_bot) to help you keep track of your validators.
It runs entirely through a Telegram bot and is free for everyone. You can register your validators by messaging the bot and providing your withdrawal address(es). The bot will automatically load all your validators and start delivering real-time stats and alerts.

### Continuously updated information on
![Node Sentinel Dashboard](/img/node/management/node-sentinel-dashboard.png)

- The number of validators you're running and their statuses (active, inactive, slashed, exited).
- The total effective balance of all your validators, combined.
- Validator’s overall performance(daily, weekly, and monthly) based on the last 100 attestations.
- Rewards earned in GNO (daily, weekly, and monthly).
- The total amount of rewards you can claim.
- Additionally, the Bot provides subsidized rewards claims, sponsored by [bootnode.dev](https://www.bootnode.dev/).
### The dashboard keeps you updated in real time with:

### Immediate alert when
- The number of validators you operate and their statuses (active, inactive, slashed, exited).
- The total effective balance of all your validators combined.
- Validator performance (daily, weekly, monthly) based on the last 100 attestations.
- Rewards earned in GNO (daily, weekly, monthly).
- The total amount of rewards available to claim.
- Subsidized reward claims, sponsored by [node-sentinel.xyz](https://www.node-sentinel.xyz/).
- A web dashboard with additional stats.

You'll receive notifications in the following situations:
### Youll receive alerts when:

- If a validator misses more than 5 attestations consecutively.
- If the overall performance falls below 90%.
- If a validator's status changes from active to inactive, or vice versa.
- A validator changes status (e.g., from active to inactive).
- Overall performance drops.

:::note
This Bot is compatible with all consensus and execution clients.
This bot is compatible with all consensus and execution clients.
:::
4 changes: 2 additions & 2 deletions docs/node/management/voluntary-exit.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ build/nimbus_beacon_node deposits exit --data-dir=build/data/shared_gnosis_0 --v

### Prysm

Use [prysmctl tool](https://docs.prylabs.network/docs/prysm-usage/prysmctl) to voluntarily exit your validator.
Use [prysmctl tool](https://prysm.offchainlabs.com/docs/configure-prysm/prysmctl/) to voluntarily exit your validator.

```bash
prysmctl validator exit --wallet-dir=<path/to/wallet> --beacon-rpc-provider=<127.0.0.1:4000>
```

- For more info, see the Prysm [Exit your validator](https://docs.prylabs.network/docs/wallet/exiting-a-validator/) doc.
- For more info, see the Prysm [Exit your validator](https://prysm.offchainlabs.com/docs/manage-validator/exiting-a-validator/) doc.

### Teku

Expand Down
9 changes: 9 additions & 0 deletions docs/tools/RPC Providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ high throughput for your production grade projects.

Free API keys after signing up.

## dRPC

dRPC NodeCloud offers an AI-powered load-balancer, 180+ network endpoints, flat-rate pricing
(20 CUs/method), usage analytics, and team features. PAYG from $10 — full speed, no limits.

- [Gnosis endpoints](https://drpc.org/chainlist/gnosis-mainnet-rpc)
- [Docs](https://drpc.org/docs)
- [Chainlist](https://drpc.org/chainlist)

## Quicknode

- [Quicknode's Docs for Gnosis RPCs](https://www.quicknode.com/docs/gnosis)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions static/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7710,7 +7710,7 @@ Requirements vary client to client, for more detail see the associated system re
| Lodestar | [Lodestar: Specifications](https://chainsafe.github.io/lodestar/#specifications) |
| Nimbus | [Nimbus: Hardware](https://nimbus.guide/hardware.html) |
| Teku | TBD |
| Prysm | [Prysm: Prerequisites](https://docs.prylabs.network/docs/install/install-with-script/#step-1-review-prerequisites-and-best-practices) |
| Prysm | [Prysm: Prerequisites](https://prysm.offchainlabs.com/docs/install-prysm/install-with-script/#step-1-review-prerequisites-and-best-practices) |

**Gnosis Chain doesn't support Prysm at the moment.**

Expand Down Expand Up @@ -8134,7 +8134,7 @@ You can import it as follows using any installation method for your Prysm valida
prysm.sh validator slashing-protection-history import --datadir=/path/to/your/validator/db --slashing-protection-json-file=/path/to/desiredimportfile
```

- For more info, see the Prysm [Import & export slashing protection history](https://docs.prylabs.network/docs/wallet/slashing-protection) doc.
- For more info, see the Prysm [Import & export slashing protection history](https://prysm.offchainlabs.com/docs/backup-and-migration/slashing-protection/) doc.

## Teku

Expand Down Expand Up @@ -8258,7 +8258,7 @@ https://nimbus.guide/metrics-pretty-pictures.html#simple-metrics
</TabItem>
<TabItem value="Prysm" label="Prysm">

https://docs.prylabs.network/docs/prysm-usage/monitoring/grafana-dashboard/
https://prysm.offchainlabs.com/docs/monitoring-alerts-metrics/grafana-dashboard/
</TabItem>

</Tabs>
Expand Down Expand Up @@ -8419,13 +8419,13 @@ build/nimbus_beacon_node deposits exit --data-dir=build/data/shared_gnosis_0 --v

### Prysm

Use [prysmctl tool](https://docs.prylabs.network/docs/prysm-usage/prysmctl) to voluntarily exit your validator.
Use [prysmctl tool](https://prysm.offchainlabs.com/docs/configure-prysm/prysmctl/) to voluntarily exit your validator.

```bash
prysmctl validator exit --wallet-dir=<path/to/wallet> --beacon-rpc-provider=<127.0.0.1:4000>
```

- For more info, see the Prysm [Exit your validator](https://docs.prylabs.network/docs/wallet/exiting-a-validator/) doc.
- For more info, see the Prysm [Exit your validator](https://prysm.offchainlabs.com/docs/manage-validator/exiting-a-validator/) doc.

### Teku

Expand Down
Loading