Skip to main content

Overview

Fenines Network is a next-generation FPoS (Finality Proof of Stake) Layer 1 blockchain that combines validator management at the smart contract layer with consensus at the node layer. This API reference provides comprehensive documentation for interacting with the Fenines blockchain.

RPC Endpoints

JSON-RPC endpoints for blockchain interaction

System Contracts

Core smart contracts for validator and delegation management

Web3 Examples

Integration examples using Web3.js and ethers.js

Quick Reference

Common queries and function selectors

Key Features

Unlike traditional PoS blockchains where validators are managed at the node layer, Fenines moves validator logic to smart contracts. This enables:
  • Dynamic validator registration and staking
  • Transparent commission and reward distribution
  • On-chain governance for validator parameters
Unique 8-level proximity reward distribution (HPoS - Hierarchical Proof of Stake) that incentivizes network growth through referrals while maintaining anti-Sybil protections.
Validators create referral keys to invite delegators, creating a permissioned staking system with built-in tracking and attribution.
Configurable tax system with burn mechanism, dev fees, tiered rates, and blacklist/whitelist capabilities.

System Architecture

Fenines Network operates with a unique dual-layer architecture:

Consensus Layer (Fenine Engine)

  • Modified Clique PoA consensus with System TX support
  • 200-block epochs for validator set updates and reward distribution
  • Bootstrap node signers authorize blocks

Contract Layer (FenineSystem)

  • Validator Authority (VA) registration and staking
  • Delegator Contributor (DC) staking with proximity rewards
  • Automated reward distribution via system transactions

Getting Started

1

Connect to Network

Connect to the Fenines RPC endpoint:
https://rpc.fene.app
2

Query System Contract

The core FenineSystem contract is deployed at:
0x0000000000000000000000000000000000001000
3

Use Web3 Library

Interact using standard Web3 libraries (ethers.js, web3.js, viem) just like any EVM chain.

Network Information

ParameterValue
Chain IDTBD
Block Time~3 seconds
Epoch Length200 blocks
Max Validators101
Min Validator Stake10,000 FEN
Min Delegator Stake1,000 FEN
Native TokenFEN

Next Steps

View RPC Methods

Explore Fenine-specific RPC methods

Smart Contract Reference

Learn about FenineSystem contract functions