Rules for Solana Validator
🟩 1. Leader Rewards
Purpose: Categorize inbound rewards earned for producing blocks.
Rule Setup:
- Wallet Name: Set to the validator identity wallet.
- Priority: Set to 1
Direction: Inbound
Metadata Filter:
- type = Block Rewards
Transaction Type: Standard
Action: Categorize
(Use your preferred revenue or block reward category)
🟦 2. Commission Rewards
Purpose: Categorize inbound commissions earned from delegated stake rewards.
Rule Setup:
Wallet Name: Set to the validator vote account wallet.
Priority: Set to 1
Direction: Inbound
Metadata Filter:
- Type = Commission Rewards
Transaction Type: Standard
Action: Categorize
(e.g., Validator Commission Revenue)
🟨 3. Voting Fee Rollups
Purpose: Categorize outbound voting fee transactions.
Rule Setup:
Wallet Name: Set to the validator identity wallet.
Priority: Set to 1
Direction: Outbound
Metadata Filter:
- Type = Vote Fee Rollup (case-sensitive, underscores included)
Transaction Type: Standard
Action: Categorize
(e.g., Validator Operating Expense or similar)
🟧 4. Jito Rewards – Vote Account Rule (Smaller Rewards)
Purpose: Categorize small Jito MEV rewards deposited to the vote account.
Rule Setup:
Wallet Name: Validator vote account wallet
Direction: Inbound
From Address: "0" (as a string, not hex-prefixed)
Priority: 1
Transaction Type: Standard
Action: Categorize
(e.g., “Jito Rewards” or “MEV Income” category)
🟧 5. Jito Rewards – Vote Account Rule (Regular Rewards)
Purpose: Categorize standard-sized Jito MEV rewards received by the vote account.
Rule Setup:
Wallet Name: Validator vote account wallet
Direction: Inbound
Asset Quantity: Set a custom range matching typical Jito rewards (e.g., 5 to 50)
Priority: 2 (must be set to 2 so that it does not coincide with the commission rewards rule)
Action: Categorize
(e.g., “Jito Rewards” or “MEV Income” category)
⚠️ Rule Caveat
This Jito reward rule (#5) is not one-size-fits-all. You should perform a brief analysis of the Jito rewards in your account—reviewing source addresses, typical amounts, and frequency and adjust the rule conditions (e.g. asset quantity range, from address, wallet) accordingly to best match your validator’s actual activity. This ensures accurate and effective categorization.
Updated 5 days ago