NEAR price live chart
Download NEAR Protocol wallet app
Store & Transfer NEAR safely
Monitor your NEAR balance in USD
Receive NEAR in BNB network
Send NEAR Protocol by mobile phone number with 0% fee
NEAR wallet mobile app for iOS and Android
NEAR Protocol basics
NEAR
Infrastructure
NEAR is a decentralized development platform that uses a Proof-of-Stake (PoS) consensus mechanism and will eventually feature a sharded architecture to scale transaction throughput. Its block generation scheme is called Doomslug and its proposed sharding design is dubbed Nightshade. These technologies will work together to scale the network and minimize congestion. NEAR has also been designed to be developer and user-friendly as it features a few key innovations to accelerate the application development and user-onboarding processes. The NEAR blockchain was created and developed by the NEAR Foundation. Its mainnet went live in April 2020, and network validators voted to unlock token transfers in October 2020. NEAR's bridge to Ethereum (called the Rainbow Bridge) launched in March 2021.
NEAR Protocol token type
NEAR
Native
Payments, Vote, Work
NEAR is the native currency of the NEAR protocol. It represents the core medium of exchange and unit of account for native transactions. It primarily serves the following purposes:
- Security: Stakers receive awards in NEAR by staking their tokens and contributing to network security. NEAR's user of Proof-of-Stake (PoS) provides Sybil resistance from DDoS (distributed denial of service) attacks.
- Network Fees: The utility of the network is provided by storing application data and providing a way to change it by issuing transactions. The network charges transaction fees for processing the changes to this stored data. The NEAR network collects and automatically burns these fees, such that higher usage will lead to more NEAR tokens being burned. A minimum percentage of smart contract usage fees is allocated for developer rewards. This reward effectively incentivizes early application development that increase network use. When a contract is called, some portion of the transaction fees is generated by the network is automatically allocated to the contract. A minimum value has ben set as a system-level parameter and the developers can choose any value to or above this minimum value.
NEAR Protocol history and first price
Crowdsale, Private Sale
NEAR protocol created 1 billion NEAR tokens at genesis, which were allocated to individuals and organizations on an ongoing basis during the rollout of its mainnet on Apr. 22, 2020. Inflation, transfers, and vesting schedules did not begin until the final phase of NEAR's mainnet rollout, which started on October 13, 2020.
NEAR was a machine learning project before it became a blockchain development platform. Illia Polosukhin and Alexander Skidanov started NEAR.ai in early 2017 to explore program synthesis: the field of automating programs from a human specification. Named for the science fiction novel The Singularity Is Near, the NEAR project drew from Illia’s work as a lead contributor for TensorFlow at Google and Alexander’s as the lead engineer at MemSQL.
Researching program synthesis led the team to explore programmable smart contract platforms and crypto payments in late 2017 and early 2018. As they explored the solution space and tried out a variety of blockchain protocols, they realized the current state of the tech didn’t meet their needs and began to design a blockchain that could. Illia and Alex gathered a team of engineers and formally started building NEAR Protocol in August 2018. The founding vision for the NEAR platform was to offer developers an easy path to building decentralized applications that can scale to mass usage. To achieve these goals, NEAR adopted a Proof-of-Stake (PoS) mechanism to support transaction verification and block production.
NEAR combines a horizontal scaling approach with a new consensus mechanism that splits the network into parallel shards and dynamically distributes the computation to increase the network's processing capacity. The network launched in April 2020, became community-operated in September 2020, and passed a vote to enable token transfers in October 2020.
Illia Polosukhin and Alexander Skidanov summoned a team to create a scalable, mobile-first, fully sharded, permissionless blockchain.
More Details
The first phase of Near's a href=" "multi-stage mainnet rollout/a arrived on Apr. 22, 2020. The network featured a a href=" "Proof of Authority/a (PoA) consensus system in which the NEAR Foundation, the non-profit organization supporting protocol development, operates the only nodes.
More Details
Phase 1 was the second stage of Near's mainnet rollout. In contrast to the centralized first phase, this phase marked when Near started onboarding third-party validators. In the first mainnet stage, validators were managed only by the Near Foundation.
More Details
Phase 2 was the last planned stage of Near's gradual mainnet rollout. In this second phase, Near protocol governance responsibilities were handed over to the community as decided by an on-chain governance vote. This stage also unlocked token transfers and protocol rewards.
More Details
The Rainbow Bridge is a bridge developed by the NEAR Foundation to connect the Ethereum and NEAR blockchains. It launched in April 2021.
NEAR Protocol technology explained
NEAR’s blockchain uses a new consensus algorithm and a sharding architecture to achieve a relatively high level of performance. The key elements of NEAR’s technology are:
- Dynamic Re-Sharding
- Nightshade
- Doomslug
- Fees as Developer Rewards
- Token Balance-Based Storage
Dynamic Re-Sharding There are two ways to approach scalability - Horizontal and Vertical. NEAR has chosen to use sharding, which is a type of horizontal scaling technique. Sharding is an approach to scaling databases, and it involves spreading computing and storage capacity across multiple servers. In the world of blockchains, sharding involves partitioning a blockchain across subgroups of nodes and distributes computation across multiple parallelized sub-chains ("shards"). Sharding is not live on NEAR at the moment.
Once sharding goes live on NEAR, the network intends to regularly adjust the number of shards supported by the network based on user demand. The project calls this demand-based approach to scaling "Dynamic re-sharding." This scheme allows the network to only pay for the infrastructure and scale it needs at any given time. Dynamic re-sharding might be a more cost-efficient approach to scaling and securing a sharded network since node storage requirements can adjust with demand.
Nightshade NEAR uses a new sharding approach called Nightshade to reach consensus and settle cross-shard transactions. Most sharded networks use a smaller validator committee that rotates its lead block proposer when validating transactions across shards. This approach introduces some difficulties to the validation process. For instance, these validator groups must either download the entire state of each shard or receive only the portion that changed. The validation process for either technique can be inefficient as the first one requires a bigger time frame and the second one requires a larger state size.
Nightshade offers a different model by modifying the typical sharding abstraction. It assumes that each shard works together to produce "chunks" of data that collectively create a single block. Blocks are produced with a regular cadence regardless of whether each individual shard has produced its “chunk” for that specific block height. Nightshade is a leader-based system, meaning it assigns a single validator to produce each block. This validator must assemble the data chunks generated by each shard during their leadership period into a block. Leadership assignments will rotate through the existing validator set. Validators don't accept transactions, only chunks.
Doomslug Doomslug is NEAR Protocol's new block production technique. According to the team, it enables the network to achieve some sense of practical finality after one round of communication, with a finality gadget providing BFT finality after a secondround. Practical finality in Doomslug (or Doomslug finality) is when a block is irreversible unless at least one participant is slashed. Doomslug also allows the network to continue producing and finalizing blocks as long as over half of the validator set are online and honest, although the finality gadget will stall if less than two-thirds of participants are online.
Fees as Developer Rewards NEAR distributes 30% of any transaction fee to the contract (or contracts) that transaction calls. The contract’s owner (often a developer group or a DAO) can decide how to allocate these funds. These fee “rewards'' effectively incentivize early application development on NEAR. The percentage of fees allocated to this reward is a system-level parameter (can be adjusted by governance), but developers may choose to receive any amount equal to or above this minimum value.
Token-Based Storage NEAR token holders have the right to store data on the chain. For example, if someone holds a balance of 1 NEAR, it means that the person can store nearly 10 KB of data on the account. This model is similar to how checking accounts in banks require a minimum balance to have an account. It allows contracts that are maintaining important state to pay validators proportionally to the amount of data they are securing.
NEAR Protocol supply limit
Inflationary
Fixed Inflation rate
Ongoing Emission The network issues inflation rewards at a rate of 5% per year. Of these epoch rewards, 90% (4.5% total) goes to validators, and the remaining 10% (0.5% total) will go to the protocol treasury. Near also burns 70% of all transaction fees; therefore, real inflation (rewards - fees burned) could be less than 5% depending on the level of network activity. The other 30% of a transaction's fee will be rebated to the smart contracts touched by the transaction.
Learn More: Near Economics Blog Post Near Economics Paper
NEAR Protocol consensus
Proof-of-Stake
Nightshade
The consensus mechanism implemented on NEAR is called Nightshade. Nightshade models the system as a single blockchain. The list of all the transactions in each block is split into physical chunks, one chunk per shard. All chunks accumulate to one block. Note that chunks can only be validated by nodes that maintain the state of that shard.
Theoretically, each logical block contains all the transactions for all the shards. However, since transmitting a logical block across the network would be prohibitively expensive, it is never initiated. Instead, each network participant maintains the state that corresponds to the shards that they validate transactions for and any additional shard that they want to track.
The consensus is based on the heaviest chain consensus. Meaning, once a block producer publishes a block, they collect the signatures of validator nodes. The weight of a block is then the cumulative stake of all the signers whose signatures are included in the block. The weight of a chain is the sum of the block weights. Additionally, the consensus utilises a finality gadget that introduces additional slashing conditions for higher chain security.
Resources: Nightshade Whitepaper How to run a node
NEAR Protocol governance
Upcoming
Network governance is open to contributions from the community. Anyone can submit or comment on an improvement proposal. These governance discussions take place within the NEAR forum. Proposals typically go through a draft stage where they are open to community feedback and scrutiny. If proposals receive enough support, NEAR development teams will build a spec and aim to merge the change. The timing of the proposal's implementation will depend on the change's urgency (e.g., a hotfix for a critical bug would be administered almost immediately). Validators ultimately choose whether to adopt a new version of the protocol by running the latest client release.
Store NEAR Protocol with Cropty cryptocurrency wallet by 3 simple steps:
- Download the app from the Apple AppStore or Google Play, or open your browser wallet.
- Create your Cropty wallet account with Face ID or Touch ID security options.
- Transfer NEAR from external wallet.
Receive NEAR Protocol to your Cropty wallet by QR-code, phone number, e-mail and nickname:
- Download the app from the Apple AppStore or Google Play, or open your browser wallet.
- Create your Cropty wallet account, set up a nickname.
- Click ‘Receive’ and follow the instructions.
You can transfer your NEAR Protocol holdings and store it safely with Cropty wallet. Cropty secures safety of your holdings through various verification options like using password, authenticator app, Face ID, Touch ID and backup codes. You can be sure no one can get access to you NEAR Protocol holding except you.
Start investing in NEAR Protocol with Cropty cryptocurrency wallet by 3 simple steps:
- Download the app from the Apple AppStore or Google Play, or open your browser wallet.
- Create your Cropty wallet account, set your authentication settings.
- Transfer NEAR from external wallet.
The Cropty wallet provides the most convenient application for storing and transfering NEAR Protocol. Cropty targets to become one the best crypto wallets for Android and iOS in 2024. Cropty provides convenient application and secure custodial services, built for crypto beginners, as well as for crypto-savvies.
You can receive NEAR Protocol donations instantly with Cropty wallet. Download Android or iOS app or open the web version, sign up, click ‘Receive’ and follow simple instructions. Share your address with someone who wants to donate you in crypto.
You can receive NEAR Protocol donations instantly with Cropty wallet. Download Android or iOS app or open the web version, sign up, click ‘Receive’ and follow simple instructions. Share your address with someone who wants to donate you in crypto.
You can send NEAR Protocol instantly without fee in the Cropty wallet. Download Android or iOS app or open the web version, sign up, click ‘Send’, choose ‘Send via e-mail, phone number or nickname’ and follow simple instructions.
- Sign up to NEAR Protocol wallet.
- Top up your balance with NEAR Protocol.
- Store, trade or deposit your NEAR Protocol.
- Get NEAR Protocol deposit interest directly to your Cropty wallet.