# Uranium blockchain

<figure><img src="https://389135286-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzkLNevQeZoWx3v068Gyw%2Fuploads%2F09i1ySX7mZX0hianJqK5%2Fplanet.png?alt=media&#x26;token=0791bb1c-087e-463c-88d1-d6de7839c58f" alt=""><figcaption></figcaption></figure>

#### Advantages and possibilities of Uranium

Differences from other networks that already exist: Uranium PoS is built on new algorithms. High speeds, <mark style="color:green;">throughput of 10000 transactions per second, reduced gas fees (commissions/taxes) to minimal, almost zero values.</mark>

Differences from other new projects: <mark style="background-color:green;">Large set of tools working from start to use blockchain. PoS: (dex swap, bridge bsc/eth, add metamask, staking, block explorer) PoW: (add metamask, classic mining, mining pool, block explorer)</mark>

What helped to increase speed and bandwidth?

First of all it is absence of mining, blockchain works with validators, they get reward for transactions, not for finding new blocks, so speed of new blocks is significantly increased and doesn't bring new coins, so there is no inflation. Secondly, transaction confirmation - Uranium Pos <mark style="color:red;">requires only two confirmations</mark>, which significantly speeds up the entire transaction process, for example in BSC network with current conditions transaction speed simply physically cannot be higher than it is now.

<figure><img src="https://389135286-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzkLNevQeZoWx3v068Gyw%2Fuploads%2F8E8BUvajLc123iyaHYpL%2Fspeed.png?alt=media&#x26;token=b20573a6-f175-49d7-b380-7ac731a4f3f9" alt=""><figcaption></figcaption></figure>

As we briefly discussed in the review, we want to reach more of the cryptocurrency community, so we are launching PoW blockchain in parallel to PoS. PoW Blockchain will not slow down the main Pos blockchain in any way The standard set of tools will be available here: Classic mining, mining pool, block explorer. Also, <mark style="color:green;">will be created a "pool of capacity", for a decentralized neural network</mark>, where the total power will be used to process certain tasks for the A.I.

#### &#x20;What is blockchain?

A blockchain is a public database that is updated and shared across many computers in a network.

&#x20;"Block" refers to data and state being stored in consecutive groups known as "blocks". If you send UNM to someone else, the transaction data needs to be added to a block to be successful.

&#x20;"Chain" refers to the fact that each block cryptographically references its parent. In other words, blocks get chained together. The data in a block cannot change without changing all subsequent blocks, which would require the consensus of the entire network.

&#x20;Every computer in the network must agree upon each new block and the chain as a whole. These computers are known as "nodes". Nodes ensure everyone interacting with the blockchain has the same data. To accomplish this distributed agreement, blockchains need a consensus mechanism.

#### &#x20;What is a Proof of Stake (POS)?

Proof-of-stake underlies certain consensus mechanisms used by blockchains to achieve distributed consensus. In proof-of-work, miners prove they have capital at risk by expending energy. Uranium uses proof-of-stake, where validators explicitly stake capital in the form of UNM into a smart contract on Uranium.  The validator is then responsible for checking that new blocks propagated over the network are valid and occasionally creating and propagating new blocks themselves.

&#x20;Proof-of-stake comes with a number of improvements to the now-deprecated proof-of-work system:

&#x20;better energy efficiency – there is no need to use lots of energy on proof-of-work computations

lower barriers to entry, reduced hardware requirements – there is no need for elite hardware to stand a chance of creating new blocks

reduced centralization risk – proof-of-stake should lead to more nodes securing the network

because of the low energy requirement less UNM issuance is required to incentives participation

## PoW

To maintain interest in the Uranium project, it was decided to make a parallel blockchain on the Proof of work consensus, the community of miners is still large. In this blockchain, a maximum of 1 million UNM PoW coins will be mined, which can be exchanged for UNM PoS. <mark style="color:red;">Preliminary calculations show the mining time will be about 5 years. In uranium PoS this will take 10% of all coins.</mark> Also on the blockchain Uranium PoW there will be some projects that fit it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://uranium-ecosystem.gitbook.io/whitepaper/uranium-blockchain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
