Skip to main content

Introduction

Becoming a validator on Fenine Network allows you to participate in consensus, earn block rewards, and receive commission from delegators. Unlike traditional PoS chains, Fenine uses contract-layer validators — you manage your validator entirely through smart contracts.
Requirements:
  • Minimum Stake: 10,000 FEN
  • Technical Skills: Basic blockchain/smart contract understanding
  • Hardware: Optional (only needed for RPC/monitoring)
  • Uptime: Maintain >95% to avoid jailing

How Fenine Validators Work

Unique Architecture: Fenine validators are managed at the contract layer, not the node layer.You do NOT need to:
  • Run special validator node software
  • Configure validator keys
  • Manage validator infrastructure
Block production and signing happen automatically through the consensus protocol once you’re registered.

What You DO Need

Smart Contract Registration

Register via FenineSystem contract

10,000 FEN Stake

Lock minimum stake as collateral

Wallet Security

Secure validator address (hardware wallet recommended)

Monitoring (Optional)

Track performance and rewards

Prerequisites

Acquire 10,000+ FEN

Purchase Options:
  1. Centralized Exchanges (CEX):
  2. Decentralized Exchanges (DEX):
    • Uniswap (if bridged to Ethereum)
    • FenineSwap (native DEX)
  3. Bridge from Other Chains:
Always withdraw to your own wallet, not exchange wallet. You need full control for staking.

Registration Process

1

Prepare Validator Address

Use a secure wallet for your validator:
This address will receive all validator rewards. Secure it properly!
2

Approve FEN Transfer

First, approve the FenineSystem contract to transfer your FEN:Via stake.fene.app (easiest):
  1. Go to stake.fene.app
  2. Connect wallet
  3. Click “Become Validator”
  4. Approve token spending (gas: ~50,000)
Via Contract (advanced):
Wait for transaction confirmation.
3

Register as Validator

Call registerValidator with your parameters:Parameters:
  • commission: 1-100 (e.g., 5 = 5% commission)
  • description: Your validator name/description
Via stake.fene.app:
  1. Enter commission rate (suggested: 5-10%)
  2. Enter validator description
  3. Click “Register Validator”
  4. Confirm transaction (gas: ~200,000)
Via Contract:
Registration takes effect at the next epoch (within ~10 minutes).
4

Verify Registration

Check your validator status:Via Web Interface:Via RPC:
Expected response:
5

Monitor Your Validator

Track performance and rewards:Dashboard: stake.fene.app/my-validatorKey Metrics:
  • Uptime percentage
  • Blocks produced
  • Rewards earned
  • Delegator count
  • Total delegated stake
Set up alerts for:
  • Jailing events
  • Commission changes
  • Large delegations

Validator Operations

Check Validator Status

Update Commission Rate

Commission changes take effect in the next epoch. Frequent changes may frustrate delegators.

Claim Rewards

Tax Information:
  • 10% tax on claimed rewards
  • Tax goes to treasury (development fund)

Increase Stake

Higher stake = higher rewards share.

Unregister Validator

During unbonding:
  • Stop earning rewards immediately
  • Delegators must redelegate
  • Cannot cancel unbonding

Validator Economics

Revenue Streams

Base Emission: 3.5 FEN per blockYour share depends on your stake proportion:Rtextbase=fracStextvalidatorStexttotaltimesEtextepochR_{\\text{base}} = \\frac{S_{\\text{validator}}}{S_{\\text{total}}} \\times E_{\\text{epoch}}Example:
  • Your stake: 10,000 FEN
  • Total network: 10,000,000 FEN
  • Epoch emission: 700 FEN
R=frac10,00010,000,000times700=0.7textFEN/epochR = \\frac{10,000}{10,000,000} \\times 700 = 0.7 \\text{ FEN/epoch}Daily: 0.7 × 144 epochs = 100.8 FENAnnual: ~36,792 FEN ≈ 368% APY on 10K stake alone!

Example Monthly Earnings

Scenario: Small validator
  • Your stake: 10,000 FEN
  • Delegated: 50,000 FEN
  • Commission: 5%
  • Referral network: 10 people (Level 1-2)
  • Network total: 5,000,000 FEN
Calculations:
APY decreases as network grows (more competition for rewards), but remains highly profitable for early validators.

Slashing & Penalties

Slashing Conditions

Validators can lose stake for these violations:

Jailing

What is Jailing?
  • Temporary removal from active validator set
  • Stop earning rewards
  • Keep your stake (no loss)
  • Can manually exit or wait for unjail
How to Get Unjailed:
Unjail Conditions:
  • Waited at least 1 epoch (10 minutes)
  • Fixed underlying issue
  • No active slashing penalties

Avoiding Slashing

Best Practices:
  • ✅ Keep validator key secure (never share)
  • ✅ Don’t run validator on multiple machines
  • ✅ Monitor uptime regularly
  • ✅ Have backup monitoring in place
  • ✅ React quickly to jailing events
  • ✅ Keep sufficient FEN balance for gas

Running a Full Node (Optional)

While not required for validation, running a node provides:
  • Independent RPC access
  • Network monitoring
  • Block validation
  • Decentralization support

Quick Node Setup

See Non-Validator Node Setup for complete guide.

Delegator Management

Attract Delegators

Strategies:
  1. Competitive Commission: 5-10% is typical
  2. High Uptime: Aim for >99%
  3. Clear Communication: Website, Twitter, Discord
  4. Security Transparency: Hardware wallet, audits
  5. Referral Program: Share proximity rewards

Monitor Delegations

Communicate with Delegators

Discord Server

Create dedicated validator channel

Twitter/X

Regular updates and announcements

Website

Validator profile and statistics

Email List

Important notifications

Validator Dashboard

Key Metrics to Track

  • Uptime: Target >99%
  • Blocks Produced: Should match expected
  • Missed Blocks: Investigate if >1%
  • Jailing Events: Should be 0
  • Slashing Events: Should be 0
Monitoring Tools:

Troubleshooting

Common causes:
  • Insufficient FEN balance for gas
  • Didn’t approve token transfer first
  • Already registered as validator
  • Commission rate out of range (1-100)
Solution:
Check:
  1. Registration confirmed (check on explorer)
  2. Waited for next epoch (10 minutes)
  3. Status is “Active” (not Pending/Jailed)
  4. Sufficient stake (10,000+ FEN)
Verify:
Reasons:
  • Downtime (even if not your fault)
  • Network issues
  • Double-signing (if key compromised)
Recovery:
  1. Wait 1 epoch (10 minutes)
  2. Call unjailValidator()
  3. Monitor for recurring jails
  4. If persistent, check security
Check:
  • Network total stake (increased competition)
  • Your commission rate (too high?)
  • Missed blocks (uptime issues)
  • Proximity network activity
Compare:

Next Steps

Become a Delegator

Also delegate to other validators

Proximity Rewards

Build your referral network

FenineSystem API

Complete contract reference

Monitoring Setup

Track validator performance
Validator Support:Share your validator address in Discord to get verified badge!