General

Home » Faq » General

Shardeum is an EVM-based, autoscaling L1 blockchain that uses dynamic state sharding to scale linearly and maintain low gas fees forever with true decentralization and solid security.

A

You can find the mainnet endpoint here.

A

Shardeum aims to be the smart contract platform that can onboard over a billion people to the blockchain and decentralization movement by addressing the scalability trilemma. Our mission, ‘Decentralization for everyone,’ reflects our commitment to making blockchain technology both affordable and accessible.

A

SHM is the ticker/currency symbol of Shardeum’s native token.

A

SHM trading is live on leading crypto exchanges including Bitget, Kucoin, LBank and MEXC. For full details, check out the blog.

A

You can find the latest tutorials here. Advanced users can check our developer docs if needed.

Besides self-hosting, you can run your node using one-click setups, and VPS providers. However, please note that Shardeum does not endorse or take responsibility for any third-party services. Always Do Your Own Research (DYOR).

A

As mentioned above, always start with this golden rule: Do Your Own Research (DYOR). It’s especially crucial in a space like Web3, which blends cutting-edge technology with elements of finance, economics, capital markets, and governance. Blockchain isn’t just about innovation—it’s about empowering individuals with true ownership of their assets and data, offering a decentralized alternative to traditional systems. At its core, it promotes transparency, permissionless access, and open-source infrastructure—all of which make informed decision-making essential

With this foundation in mind, you can start with setting up a self-custodial wallet and connecting to Shardeum network. This blog guides you through that process and highlights other key steps to help ensure a secure experience.

A

Here is the link to Shardeum whitepaper.

A

As mainnet is launched with P2P and validator functionalities, below are some of the potential use cases Shardeum and its token SHM. As we introduce smart contract later in 2025, the use cases will expand to include what has been possible in Web3 so far and beyond as a result of Shardeum’s ground breaking technology.

  • Ultra-Low Fees for P2P Transfers
  • Instant Global Remittances & Cross-Border Payments
  • Validator Staking
  • Rewards/Incentives for Community & Ecosystem Projects
  • Store of Value
  • EVM Compatibility
  • Rewards by Ecosystem Projects
  • Microtransactions
  • Direct Donations
A

Following features are live on mainnet:

  • Dynamic State Sharding
  • Autoscaling
  • Linear scaling
  • Low transaction fees
  • EVM compatibility
  • Solves scalability trilemma
  • Solid security
  • True decentralization
  • Immediate finality
  • Low Latency
  • Low Bandwidth
  • High Fairness
  • High Capacity

Smart contract functionality is scheduled for deployment in Q2 of 2025, and live launch in Q3 of 2025.

A

Once smart contract functionality is live, Shardeum will unlock a wide range of use cases that were previously limited by scalability and high transaction costs on other blockchains — from AAA gaming and AI integrations to enterprise-grade applications. Common use cases will include:

  • DeFi
  • DEX
  • Gaming applications
  • Decentralized AI
  • Decentralized Identity
  • Decentralized social media
  • Decentralized Science and R&D
  • Decentralized Oracles
  • Layer 2’s and rollups focused on use cases like enhanced privacy
  • IoT systems
  • NFT
  • Metaverse
  • Enterprise solutions/applications
  • Government level deployments
A

OCC is short for Open, Collaborative and Community-Driven. OCC is the core principle of Shardeum. Much like the Internet, Shardeum will be open, collaborative, and community-driven and would democratize accessibility to decentralization. Shardeum will be the infrastructure on which the next iteration of the Internet, Web3, will be built.

A

Energy efficiency means the consensus algorithm used by the network should not require excessive energy beyond what is necessary to process the transactions. Bitcoin and other networks based on the Nakamoto consensus are designed to use high energy expenditure to secure the network from a 51% attack. However, efficient consensus algorithms such as Paxos and PBFT do not require high energy expenditure. The tradeoff is that these algorithms need the nodes to be assigned a node id before joining the network. Thus, these algorithms have been used in permissioned networks and not for nodes that can participate without requiring a node ID.

Shardeum will use an energy-efficient consensus algorithm that requires nodes to have a node ID upon joining the network. However, a novel approach does not need a central entity to decide which nodes are part of the network.

A

Autoscaling means that the network should self-govern the number of nodes the network needs and properly incentivize nodes to achieve the desired size. This implies that the network can effectively use the available nodes to achieve desired tradeoffs, for example, scaling of throughput proportional to the number of nodes available. Otherwise, there is no benefit in a network trying to auto-scale.

In networks like Bitcoin, there are conflicts in the desired size of the network. The low bandwidth requirement would favor having as few nodes as possible. In contrast, the high security and decentralization requirement would prefer having as many (unrelated) nodes as possible. Shardeum will aim to build a network that can auto-scale.

A

Fast finality means having a quick turnaround time between submitting a transaction to the network and knowing that the transaction is irreversible.

In networks like Bitcoin, there is a probabilistic finality time. The longer you wait, the lower the chance that a transaction confirmed in a block cannot be reversed. Thus, the finality time is not just for the transaction being included in a block. Still, some blocks are being produced after that to reduce the probability of the transaction being reversed. For large value transfers on the Bitcoin network, it is recommended to wait for at least six blocks (about an hour) to ensure irreversibility.

Shardeum’s immediate finality sets it apart from other blockchains, which offer probabilistic or absolute finality. It is further a breakthrough in blockchain technology, as it provides finality without the need to wait for multiple blocks to be confirmed. You can read more about this in our detailed blog.

A

Low bandwidth means that the network should minimize the amount of data transfer needed when distributing transactions and achieving consensus.

This does not imply just compressing the data or using binary formats; instead, the more critical factors are network architecture and algorithmic details of the consensus algorithm. In bitcoin-like networks, adding more nodes increases the amount of bandwidth used to process each transaction.

Shardeum will aim to create a network where the amount of bandwidth consumed by a transaction is constant and does not increase proportionally to the number of nodes.

A

Low latency means the total turnaround time between submitting a valid transaction to the network and knowing that the network has committed to the transaction in a short period of time.

In networks like Bitcoin, latency is the time between submitting the transaction and including it in a block. For such networks, the fastest latency is no less than the average block production time which is around 10 minutes.

Shardeum will provide a latency of just a few seconds by processing each transaction individually before grouping them into blocks.

A

High capacity means that the network should provide persistent storage for massive amounts of state data. Global-scale applications could require exabytes of state data. The current blockchains and distributed ledgers appear to be functional only because they have not been stressed in this dimension.

Shardeum will aim to build a network that can horizontally scale throughput and capacity.

A

High fairness means that a transaction received by the network earlier than another one should be processed accordingly.

In a blockchain-based network, transactions within a block are considered to have occurred simultaneously, and the order in which they are applied does not matter. For some applications like games, this does not provide sufficient time resolution. Also, it is possible for transactions that were received much later to be processed before earlier transactions. In bitcoin-like networks, you can get priority by paying more gas.

Shardeum will aim to create a network that processes and applies transactions in the order received. You can take a look at this blog that goes into details of why time based transactions ordering have been practically hard to implement so far and how Shardeum will process transactions in a FCFS basis as a result of its design to solve scalability trilemma.

A

High throughput means that the network should process a vast number of transactions per second.

In networks like Bitcoin, where every node must process every transaction (i.e., validate and apply), the bottleneck is the processing power of the slowest full nodes. If the bitcoin network were to increase the self-imposed block size limit, it would run into a more natural bottleneck of processing power. The only way to speed up the network would be to raise the processing power of all the nodes (vertical scaling). So all networks where every full node must process every transaction have the same theoretical throughput limit.

But in actuality, we see considerable differences when comparing networks like Bitcoin, Litecoin, and Dash. These differences are mainly due to different self-imposed block size limits and block rates. If devs removed these self-imposed limits, the differences due to different consensus algorithms would start to appear. Networks that used proof-of-stake would be much faster than networks that used proof-of-work since the node’s processing power is not being used up by proof-of-work computation. Ideally, the rate at which the network processes transactions should be proportional to the number of nodes in the network. Increasing throughput means increasing the number of nodes (horizontal scaling). Shardeum will aim to build a horizontally scalable network.

A

In simple words, sharding breaks the job of validating and confirming transactions into small and manageable bits, or shards. While sharding is ultimately the best way to tackle the scalability issue, applying it to blockchain-based networks is not nearly as easy as applying it to centralized databases.

The good news with Shardeum is that the consensus and processing are done at the transaction level and not at the block level. And, through dynamic state sharding, the network will shard its state by evenly and dynamically distributing compute workload, storage, and bandwidth among all the nodes. This not only allows for parallel processing of transactions but also very low storage requirements for validator nodes as they will store only the state data of transactions/accounts they are involved in.

The protocol assigns each node to cover one or more unique address ranges in such a way that for any given address there is a well defined number of nodes holding the data for that address. Each node added to the network allows other nodes to slightly reduce the total addresses they cover while still ensuring that any given address has the specified level of redundancy.

And why are they important? Well, this is how Shardeum will get to maintain low transaction fees for developers and end users forever. Dynamic state sharding will help the network to scale linearly making it the first Web3 network to do so. Read this blog for a more detailed explanation of how Shardeum will make use of dynamic state sharding.

A

With the help of dynamic state sharding, every node added to the network will increase the transaction throughput instantly. By simply adding more nodes from the network’s ‘standby nodes’ set during peak demand, the TPS will increase proportionally making Shardeum the first Web3 network to scale linearly. And this is the main X factor that impacts every other outcome on a blockchain network favorably including throughput, decentralization, security, and low transaction fees irrespective of the demand in the network.

A

We are glad to inform you that Shardeum’s source code is open-sourced as we completed defensive patent filings for innovations in our protocol, including the consensus algorithm, autoscaling, and dynamic state sharding.

We have a dedicated webpage for our open-source initiatives. Explore all our projects, discuss your ideas and questions with our open-source team, and contribute to the development. Visit the webpage here.

A

Yes, we plan to introduce new bug bounties after the mainnet launch to support the smart contract rollout scheduled for the latter part of 2025.

A

Validator Nodes (also known as Validators):

These nodes validate network transactions by actively participating in the consensus process. Shardeum rewards honest validators with SHM. Validator nodes store only the state of the accounts they manage, ensuring they remain lightweight, while historical data is offloaded to archive nodes. To participate, validators must stake a minimum of 2400 SHM and will face eviction/ penalties for non-compliance with network protocols, such as leaving the network prematurely or failing to sync on time, among other violations. We will share more details on eviction, rules, and rewards soon.

Archive Nodes:

Archive nodes maintain the entire transaction history. Archive nodes may also be required to stake SHM and could face slashing penalties for failing to adhere to network protocols, such as leaving the network without prior approval. The reward for running an archiver is expected to be about 10x more than running a validator since the hardware requirements for running an archiver will be much higher. At mainnet launch, Shardeum will operate archive nodes internally, with plans to open them to the community after an initial period of approximately one year.

Standby Nodes:

Standby nodes are validator nodes within the network that are not actively participating in consensus. These nodes enable the Shardeum network to scale quickly when transaction volume increases. To ensure optimal security and fairness, the network randomly rotates the oldest active validators out at the end of each cycle, replacing them with standby validators. Standby nodes must stake a minimum of 2400 SHM to become active and are eligible for rewards only after successfully completing their active validator period.

A

Other than the aforementioned nodes, there are other types of nodes needed to move data and transactions in and out of the Shardeum as well as monitor the health of the network. These include connector nodes, relayer nodes, and additionally, a monitor server. The connector nodes provide an entry point for external wallets and clients to query and submit transactions to the network. These are the similar to RPC nodes in the Ethereum ecosystem. Relayer nodes communicate with archiver nodes or other relayer nodes to store and stream data produced by the network to downstream services used by exchanges and explorer services. These are similar to exit nodes in the Ethereum ecosystem. The monitor server is an important component here receiving status updates from active validator nodes and providing a visual view into the health of the network. You can read more about them in our whitepaper.

A

You can express your interest in partnering with Shardeum by submitting the partnership enquiry form. Alternatively, feel free to contact Hasan Ansari, our Ecosystem Projects and Investor Relations Manager, or email us at [email protected].

A

We are pleased to partner with anyone who wants to use our secure and scalable technology to provide their solutions and products to their end users. You can start by submitting the partnership enquiry form. Alternatively, feel free to contact Hasan Ansari, our Ecosystem Projects and Investor Relations Manager, or email us at [email protected].

A

Shardeum is built with scalability, security, and decentralization in mind. To date, many L2s are viewed as a mitigation for L1’s inability to solve the blockchain trilemma. Shardeum combines the decentralization and security of legacy blockchains with with innovative, virtually limitless linear scalability. Thus it is solving all the problems at the root level as a L1 blockchain. Keep in mind though, as a permissionless blockchain platform, you can deploy any type of dapps and integrations, including layer 2 and enterprise solutions for additional privacy and other use cases.

A

Any EVM-based wallet will work on Shardeum. Developers can also develop and deploy new EVM-compatible wallets on/for the network.

A
Features Shardeum Harmony Near Elrond
EVM Compatible Yes Yes via Aurora No (WASM)
Smart Contract Language Solidity, Vyper Solidity, Vyper Rust C, C++, C#, Rust
Explorer EtherScan-like Custom Custom Custom
Tx Fees in $ Very Low & Constant 0.000001 0.00044 0.005
Txs Per Second (TPS) 1 per node (100k TPS @ 100k nodes) 2k per shard (8k TPS @ 4 shards) 10k per shard (100k TPS @10 shards) 3.75k per shard (15k TPS @ 4 shards)
Nodes per Shard 128 250 100 800
Latency 10 Sec always for EIP2930 txs 10 Sec per involved shard 10 Sec per involved shard 10 Sec per involved shard
Consensus Algorithm PoQ + PoS FBFT PBFT SPoS
Consensus Level Transaction Block Block Block
Current Shards NA 4 but contracts on 1 1 unsharded 3 + metachain
Sharding Type Dynamic Static Static Static
Scaling Type Linear TPS per node Stepwise TPS per shard Stepwise TPS per shard Stepwise TPS per shard
Archive Nodes Yes No No No
Cross Shard Composability Yes No No No
A

No. The TPS (transactions per second) of a blockchain network should be based solely on the transactions initiated by actual users which are processed successfully. So ideally, TPS should exclude internal network activities, say, between nodes on the network, and it should also exclude any failed transactions.

A