Brand name finalized
Locked in “PowLayer” as the official project name and identity.
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.
PowLayer brings back the core strengths of Ethereum Proof-of-Work, while keeping full EVM compatibility for developers.
Secured by one of the most battle-tested Proof-of-Work algorithms, powered by globally distributed miners with proven reliability and long-term security.
Fully compatible with Ethereum tooling, contracts, and standards — enabling DeFi, NFTs, GameFi, and more without modification.
Every transaction, contract, and state change is permanent, publicly verifiable, and resistant to censorship or tampering.
No admin keys, no privileged roles — consensus is enforced by miners and protocol rules, not by foundations or teams.
With predictable emissions and no dev tax, rewards flow directly to miners, ensuring fairness and long-term security.
Any developer can build explorers, wallets, and dApps. PowLayer integrates seamlessly with the broader Ethereum ecosystem.
Core design choices that make PowLayer sustainable, fair, and truly decentralized.
Hard-capped at 10M XPL — predictable, scarce, and resistant to inflation.
All block rewards and transaction fees go directly to miners. No hidden taxes.
No uncle block subsidies — ensuring clean tokenomics and a clear 10M max supply.
Genesis block difficulty was set to 1T to avoid instamine and ensure a fair launch.
EVM-compatible gas model with predictable, low-cost transactions for users and dApps.
We will launch utility dApps on-chain — DeFi, NFT, GameFi, SocialFi — to bootstrap the ecosystem.
PowLayer Token
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.
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
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.
Write Solidity, deploy with Hardhat/Foundry, and verify via standard RPC. Contracts behave exactly like on Ethereum.
// 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.
Use standard Ethereum tools. Point your provider at a PowLayer RPC and deploy as usual.
/** 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"
};
// 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.
Step by step, building a sustainable Proof-of-Work Layer 1 and its ecosystem.
Status: In Progress
Status: Planned
Status: Planned
Transparent, timestamped progress.
Locked in “PowLayer” as the official project name and identity.
PowLayer introduced publicly with initial social channels created.
Official project website launched at powlayer.com.
PowLayer mainnet live with block production and mining enabled.
Public RPCs released for developers and wallet integrations.
PowLayer Explorer launched at scan.powlayer.com.
Frequently Asked Questions.
Yes/soon (update this line to reflect status). Public RPC and explorer are provided for wallets and dApps.
Ethash Proof-of-Work with a ~12.5s target block time.
Yes. It’s fully EVM compatible. Deploy Solidity/Vyper contracts with standard tooling (Hardhat, Foundry) and connect via JSON-RPC.
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).
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).
No dev fees and no transfer taxes. Uncle block rewards are set to 0 to keep tokenomics simple and the hard cap predictable.
Standard EVM gas model. Fees are paid in XPL and go to miners. No protocol tax.
Typical dApps: ~3 confirmations. Payments/exchanges: 6–12 confirmations for stronger finality. At 12.5s blocks, 6 confs ≈ ~75 seconds.
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.
Any EVM wallet with custom networks (e.g., MetaMask). Tooling: Hardhat, Foundry, ethers.js, web3.js. See “Network Parameters” for RPC and Chain ID.
You can connect to PowLayer in MetaMask by adding it as a custom network:
Save the settings, and MetaMask will now connect to PowLayer Mainnet.
Initial targets: NonKYC, Uniswap, and MEXC. Additional venues will follow as liquidity and integrations expand.
No. There are no admin keys or privileged roles. Network rules are enforced by protocol and miners.
Join the community channels (Telegram/Discord) and see the docs for examples, RPC endpoints, and deployment guides.
Mine, deploy, or explore — PowLayer is open to everyone. Connect your wallet or run a node to join the network.
Explore Blockchain