Mainnet Launching Soon

The Decentralized
Proof-of-Work Layer 1

Secured by Ethash Proof-of-Work and compatible with the full Ethereum stack, PowLayer delivers a decentralized Layer 1 where developers can build DeFi, NFTs, GameFi, SocialFi, and beyond.

Decentralized Layer 1 Proof-of-Work Ethash EVM Fixed supply
PowLayer network preview
PowLayer network and tooling preview

Why this is a revolution

PowLayer brings back the core strengths of Ethereum Proof-of-Work, while keeping full EVM compatibility for developers.

Ethash Mining Power

Secured by one of the most battle-tested Proof-of-Work algorithms, powered by globally distributed miners with proven reliability and long-term security.

EVM at Layer-1

Fully compatible with Ethereum tooling, contracts, and standards — enabling DeFi, NFTs, GameFi, and more without modification.

Immutable & Transparent

Every transaction, contract, and state change is permanent, publicly verifiable, and resistant to censorship or tampering.

No Central Control

No admin keys, no privileged roles — consensus is enforced by miners and protocol rules, not by foundations or teams.

Fair & Sustainable

With predictable emissions and no dev tax, rewards flow directly to miners, ensuring fairness and long-term security.

Open & Composable

Any developer can build explorers, wallets, and dApps. PowLayer integrates seamlessly with the broader Ethereum ecosystem.

Features

Core design choices that make PowLayer sustainable, fair, and truly decentralized.

Fixed Low Supply

Hard-capped at 10M XPL — predictable, scarce, and resistant to inflation.

No Dev Fees

All block rewards and transaction fees go directly to miners. No hidden taxes.

No Uncle Rewards

No uncle block subsidies — ensuring clean tokenomics and a clear 10M max supply.

No Instamine

Genesis block difficulty was set to 1T to avoid instamine and ensure a fair launch.

Low Transaction Fees

EVM-compatible gas model with predictable, low-cost transactions for users and dApps.

Official dApps

We will launch utility dApps on-chain — DeFi, NFT, GameFi, SocialFi — to bootstrap the ecosystem.

Tokenomics

PowLayer Token

TickerXPL
Max Supply10,000,000 XPL
Premine2,000,000 XPL (20%)
Mineable8,000,000 XPL (80%)

Why XPL?

XPL is the native currency of the PowLayer network — a scarce, fixed-supply asset designed to align incentives, fuel applications, and secure long-term growth.

Primary utility

  • Gas for transactions and smart contracts
  • Block rewards and miner incentives
  • Collateral for DeFi protocols and lending
  • Medium of exchange for ecosystem dApps

Emission Schedule

Fixed rewards per block with clear phases — no uncle rewards, no dev fees.

Block Range Reward Blocks Emitted Est. Duration @12.5s
1 → 500,000 1.0 XPL / block 500,000 500,000 XPL ~72 days (~2.4 months)
500,001 → 1,500,000 0.5 XPL / block 1,000,000 500,000 XPL ~145 days (~4.8 months)
1,500,001 → 71,500,000 0.1 XPL / block 70,000,000 7,000,000 XPL ~27.75 years

Total mineable: 8,000,000 XPL • Last block: 71,500,000 • Block time: ~12.5s

Chain Properties

Chain ID70707
Block Time~12.5s
Dev Fees0
Uncle Rewards0

Network Parameters

  • Network Name: PowLayer Mainnet
  • Chain ID: 70707
  • Currency Symbol: XPL
  • RPC URL: https://rpc.powlayer.com/
  • Block Explorer: https://scan.powlayer.com/

Build on PowLayer

Ethash Proof-of-Work at Layer-1 with full EVM execution. Standard JSON-RPC, familiar tooling, and clear patterns so any team can build and verify on PowLayer.

Create a Contract

Write Solidity, deploy with Hardhat/Foundry, and verify via standard RPC. Contracts behave exactly like on Ethereum.

Example: Minimal ERC-20 (OpenZeppelin)

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";

contract NewToken is ERC20 {
    constructor(uint256 initialSupply) ERC20("New Token", "NWT") {
        _mint(msg.sender, initialSupply);
    }
}

Deploy once, then integrate with wallets, DEXs, and dashboards exactly as you would on Ethereum.

Tooling & RPC

Use standard Ethereum tools. Point your provider at a PowLayer RPC and deploy as usual.

Hardhat (example)

/** hardhat.config.js **/
require("@nomicfoundation/hardhat-toolbox");
module.exports = {
  networks: {
    powlayer: {
      url: "https://rpc.powlayer.com/",
      chainId: 70707,
      accounts: ["0xYOUR_PRIVATE_KEY"]
    }
  },
  solidity: "0.8.20"
};

Deploy script (snippet)

// scripts/deploy.js
const hre = require("hardhat");
async function main() {
  const NewToken = await hre.ethers.getContractFactory("NewToken");
  const supply = hre.ethers.parseUnits("1000000", 18); // 1,000,000 NWT
  const token = await NewToken.deploy(supply);
  await token.waitForDeployment();
  console.log("Deployed:", await token.getAddress());
}
main().catch(console.error);

Tip: target ~12.5s blocks; wait several confirmations for higher assurance on critical flows.

Roadmap

Step by step, building a sustainable Proof-of-Work Layer 1 and its ecosystem.

Phase 1 — Core Development

Status: In Progress

  • Layer 1 development
  • RPC endpoints setup
  • Block explorer release
  • Mainnet launch

Phase 2 — Network Expansion

Status: Planned

  • DEX listing (Uniswap / other AMMs)
  • CEX listing (initial tier exchanges)
  • Liquidity & trading pairs
  • Cross-chain bridge integration

Phase 3 — Ecosystem & Reach

Status: Planned

  • Utility dApps development
  • Mobile wallet development
  • Desktop wallet & client tools
  • Marketing & community growth

Build updates

Transparent, timestamped progress.

Brand name finalized

Locked in “PowLayer” as the official project name and identity.

Project announcement

PowLayer introduced publicly with initial social channels created.

Website released

Official project website launched at powlayer.com.

Mainnet launch

PowLayer mainnet live with block production and mining enabled.

RPC endpoints

Public RPCs released for developers and wallet integrations.

Block explorer release

PowLayer Explorer launched at scan.powlayer.com.

FAQ

Frequently Asked Questions.

Is PowLayer live?

Yes/soon (update this line to reflect status). Public RPC and explorer are provided for wallets and dApps.

What consensus and block time does PowLayer use?

Ethash Proof-of-Work with a ~12.5s target block time.

Is PowLayer EVM compatible?

Yes. It’s fully EVM compatible. Deploy Solidity/Vyper contracts with standard tooling (Hardhat, Foundry) and connect via JSON-RPC.

What is the total supply and emission model?

Hard cap: 10,000,000 XPL (2,000,000 premine + 8,000,000 mineable). Mining emission: 1.0 → 0.5 → 0.1 XPL/block over time (~28 years at 12.5s blocks).

Why is there a premine? Isn’t 20% too much?

The 2,000,000 XPL premine funds essentials that donations can’t reliably cover today: development, audits, liquidity, listings (CEX/DEX), ecosystem grants, and community programs. Funds are allocated transparently and are critical to avoid the “unfunded fork” failure pattern while keeping the network decentralized (no dev fees, no owner keys).

Are there dev fees, taxes, or uncle rewards?

No dev fees and no transfer taxes. Uncle block rewards are set to 0 to keep tokenomics simple and the hard cap predictable.

What about transaction fees?

Standard EVM gas model. Fees are paid in XPL and go to miners. No protocol tax.

How many confirmations should I wait for?

Typical dApps: ~3 confirmations. Payments/exchanges: 6–12 confirmations for stronger finality. At 12.5s blocks, 6 confs ≈ ~75 seconds.

How do I mine XPL?

Use Ethash-compatible mining hardware/software and point it to a PowLayer mining pool (or solo node). Pool and config guides will be published in the docs.

Which wallets and tools are supported?

Any EVM wallet with custom networks (e.g., MetaMask). Tooling: Hardhat, Foundry, ethers.js, web3.js. See “Network Parameters” for RPC and Chain ID.

How do I add PowLayer to MetaMask?

You can connect to PowLayer in MetaMask by adding it as a custom network:

  1. Open MetaMask and click your account icon.
  2. Go to Settings → Networks.
  3. Click Add network → Add a network manually.
  4. Fill in the following details:
  • Network Name: PowLayer Mainnet
  • Chain ID: 70707
  • Currency Symbol: XPL
  • RPC URL: https://rpc.powlayer.com/
  • Block Explorer: https://scan.powlayer.com/

Save the settings, and MetaMask will now connect to PowLayer Mainnet.

Where will XPL be listed?

Initial targets: NonKYC, Uniswap, and MEXC. Additional venues will follow as liquidity and integrations expand.

Is there a centralized admin or backdoor?

No. There are no admin keys or privileged roles. Network rules are enforced by protocol and miners.

How can developers get support?

Join the community channels (Telegram/Discord) and see the docs for examples, RPC endpoints, and deployment guides.

Contact

For partnerships, listings, or press inquiries, reach out:

PowLayer PowLayer

Ready to build?

Mine, deploy, or explore — PowLayer is open to everyone. Connect your wallet or run a node to join the network.

Explore Blockchain

Resources

Community