Skip to main content
This table captures all staking-related events on Monad, providing a comprehensive record of delegations, undelegations, and withdrawals. It includes the validator’s auth_address through a join with validator creation data.

Table Schema

Event Types

Delegate

A delegation event occurs when a delegator stakes MON tokens with a validator. The activation_epoch indicates when the delegation becomes active and starts earning rewards.

Undelegate

An undelegation event occurs when a delegator initiates the unstaking process. The activation_epoch indicates when the undelegation takes effect.

Withdraw

A withdrawal event occurs when a delegator claims their previously undelegated tokens. The activation_epoch represents the withdrawEpoch when the withdrawal is processed. Each withdrawal has a unique withdraw_id.

Sample Query

Find the top delegators by total delegated amount: