My App

Network Information

Living Mission network details, configuration, and resources

Network Information

Complete information about the Living Mission network configuration, endpoints, and resources.

Network Overview

PropertyMainnetTestnet
Network NameLiving MissionLiving Mission Testnet
Chain ID58815882
Currency SymbolLGMtLGM
Block Time~1 second~1 second
ConsensusResonance (DPoS)Resonance (DPoS)

RPC Endpoints

Mainnet

HTTPS RPC:    https://rpc.fene.network
WebSocket:    wss://rpc.fene.network/ws

Testnet

HTTPS RPC:    https://rpc-testnet.fene.network
WebSocket:    wss://rpc-testnet.fene.network/ws

Block Explorers

API Endpoints

Add to Wallet

MetaMask Configuration

Mainnet:

Network Name:     Living Mission
RPC URL:          https://rpc.fene.network
Chain ID:         5881
Currency Symbol:  LGM
Block Explorer:   https://explorer.fene.network

Testnet:

Network Name:     Living Mission Testnet
RPC URL:          https://rpc-testnet.fene.network
Chain ID:         5882
Currency Symbol:  tLGM
Block Explorer:   https://explorer-testnet.fene.network

Programmatic Addition

await window.ethereum.request({
  method: 'wallet_addEthereumChain',
  params: [{
    chainId: '0x16F9', // 5881 in hex
    chainName: 'Living Mission',
    nativeCurrency: {
      name: 'Living Mission',
      symbol: 'LGM',
      decimals: 18
    },
    rpcUrls: ['https://rpc.fene.network'],
    blockExplorerUrls: ['https://explorer.fene.network']
  }]
});

System Contract Addresses

System contracts are deployed at genesis with deterministic addresses.

ContractAddress
ResonanceSystem0x0000000000000000000000000000000000001000
NFTPassport0x0000000000000000000000000000000000001001
TaxManager0x0000000000000000000000000000000000001002
RewardManager0x0000000000000000000000000000000000001003
FeeRecorder0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF
DAO Treasury0xAfe553BF57DAb198fE672153446CA520a29E1E80
Burn Address0x000000000000000000000000000000000000dEaD

Network Parameters

Consensus Parameters

ParameterValueDescription
Max Validators101Maximum active validators
Epoch Length200 blocks~3.3 minutes
Block Time1 secondTarget block production time
Block Reward10 LGMPer epoch (configurable)

Staking Parameters

ParameterValueDescription
Min Validator Stake10,000 LGMMinimum to become validator
Min Delegator Stake1,000 LGMMinimum delegation
Validator Lock50,000 blocks~14 hours
Delegator Lock25,000 blocks~7 hours
Default Commission5%Validator commission
Max Commission10%Maximum allowed

Proximity Parameters

LevelReward %Min Stake
15%1,000 LGM
27%3,000 LGM
38%5,000 LGM
410%7,000 LGM
512%9,000 LGM
613%11,000 LGM
715%13,000 LGM
817%15,000 LGM
Total87%

Tax Parameters

ParameterDefaultDescription
Tax Rate10%Total tax on rewards
Burn Rate9%Portion burned
Dev Fee1%Portion to treasury

Genesis Configuration

{
  "config": {
    "chainId": 5881,
    "homesteadBlock": 0,
    "eip150Block": 0,
    "eip155Block": 0,
    "eip158Block": 0,
    "byzantiumBlock": 0,
    "constantinopleBlock": 0,
    "petersburgBlock": 0,
    "istanbulBlock": 0,
    "berlinBlock": 0,
    "londonBlock": 0,
    "resonance": {
      "period": 1,
      "epoch": 200
    }
  }
}

Token Economics

LGM Token

PropertyValue
NameLiving Mission
SymbolLGM
Decimals18
TypeNative Gas Token

Supply Dynamics

  • Block Rewards: New LGM minted each epoch
  • Burn Mechanism: 9% of claimed rewards burned
  • Deflationary Pressure: Burn rate can exceed emission

Reward Distribution

Epoch Reward (10 LGM)


┌───────────────────┐
│  Active Validators │
│  (by total stake)  │
└─────────┬─────────┘

    ┌─────┴─────┐
    ▼           ▼
┌───────┐  ┌────────────┐
│Commis-│  │ Delegator  │
│ sion  │  │   Pool     │
│(5-10%)│  │            │
└───────┘  └─────┬──────┘

           On Claim

    ┌────────────┼────────────┐
    ▼            ▼            ▼
┌───────┐  ┌──────────┐  ┌───────┐
│Proxim-│  │ Claimer  │  │  Tax  │
│  ity  │  │  (13%)   │  │ (10%) │
│ (87%) │  │          │  │       │
└───────┘  └──────────┘  └───┬───┘

                       ┌─────┴─────┐
                       ▼           ▼
                   ┌───────┐  ┌───────┐
                   │ Burn  │  │  Dev  │
                   │ (9%)  │  │ (1%)  │
                   └───────┘  └───────┘

Infrastructure

Node Types

TypeDescriptionRequirements
ValidatorProduces blocks, earns rewards10,000 LGM stake, high uptime
RPC NodeServes API requestsNo stake required
Archive NodeFull historical dataLarge storage
Boot NodeP2P network discoveryStatic IP

Hardware Requirements

Validator Node:

  • CPU: 8+ cores
  • RAM: 32GB+
  • Storage: 500GB+ NVMe SSD
  • Network: 100Mbps+, static IP
  • Uptime: 99.9%+

RPC Node:

  • CPU: 4+ cores
  • RAM: 16GB+
  • Storage: 500GB+ SSD
  • Network: 100Mbps+

Resources

Faucet (Testnet)

Get testnet tokens for development:

Faucet URL: https://faucet.fene.network
Limit: 100 tLGM per day per address

Support