Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add start conversation with bot to Lido CSM docs #452

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@ The Lido CSM UI serves as the central interface for managing validator keys and

1. Access the Lido CSM UI:

Navigate to the Lido CSM package UI. - [Mainnet UI](http://ui.lido-csm-mainnet.dappnode/) - [Holesky UI](http://ui.lido-csm-holesky.dappnode/)
Navigate to the Lido CSM package UI. - [Mainnet UI](http://ui.lido-csm-mainnet.dappnode/) - [Holesky UI](http://ui.lido-csm-holesky.dappnode/)

2. Connect Your Wallet:

Use the “I am a Node Operator” button and choose your wallet provider.
Use the “I am a Node Operator” button and choose your wallet provider.

![Log In as already Node Operator](/img/lido-csm-log-in-already-NO.png)
![Log In as already Node Operator](/img/lido-csm-log-in-already-NO.png)

3. Authorize the Connection:

- Follow the on-screen prompts to grant the necessary permissions.
- Follow the on-screen prompts to grant the necessary permissions.

- Ensure the wallet’s network matches the intended environment (e.g., Mainnet or Holesky).
- Ensure the wallet’s network matches the intended environment (e.g., Mainnet or Holesky).

4. Verify Connection:

Once connected, your wallet address will appear in the top-right corner of the interface.
Once connected, your wallet address will appear in the top-right corner of the interface.

![Ensure wallet is connected](/img/lido-csm-wallet-connected.png)
![Ensure wallet is connected](/img/lido-csm-wallet-connected.png)

## 3. Configuring Telegram Notifications

Expand Down Expand Up @@ -100,7 +100,11 @@ Staying informed helps safeguard your assets, reduce risks, and maintain transpa

Enter the bot token and your user ID in the Lido CSM package UI and click `Update Telegram Data`.
![Set up Notifications](/img/lido-csm-setup-notifications.png)


:::warning
You must start the conversation with the bot using `/start` so it can send you notifications.
:::

:::caution
To receive the notifications, is mandatory to fill both inputs, otherwise the notification system won't work
:::
Expand Down
8 changes: 8 additions & 0 deletions docs/user/staking/ethereum/lsd-pools/lido/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ You will be able to setup your notifications either during the onboarding proces
- Bot token: this is the secret token from a bot that you must create. You can get it from the Telegram BotFather. See the [obtain your bot token](https://core.telegram.org/bots/tutorial#obtain-your-bot-token) section.
- User ID: this is your Telegram user ID. You can get it from the [userinfobot](https://t.me/userinfobot) typing `/start`.

:::warning
You must start the conversation with the bot using `/start` so it can send you notifications.
:::

:::info
Once you setup your notifications, you will receive a test notification to confirm that everything is working properly.
:::

Once your notifications are setup, you will receive notificatios for the following events:

- Lido Smart Contract events:
Expand Down
4 changes: 4 additions & 0 deletions docs/user/staking/ethereum/lsd-pools/lido/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@ Do not edit the fee recipient address. Doing so will result in penalties.
- Introduce your bot token and user ID and confirm
- You should receive a confirmation message from the bot.

:::warning
You must start the conversation with the bot using `/start` so it can send you notifications.
:::

![lido-notifications-onboarding](/img/lido-notifications-onboarding.png)
Loading