> For the complete documentation index, see [llms.txt](https://docs.fragment.technology/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fragment.technology/tech-architecture/backend/tezos-blockchain.md).

# Tezos blockchain

**Updated on 09/27**&#x20;

We are thinking about adopt Tezos blockchain.

Tezos is particularly known for its inexpensive transaction fees, formally verified smart contracts, and the minting of NFTs. These qualities are what makes Tezos the default platform for NFT creators.

Tezos prevails as the preferred place for creators to mint their NFTs also because of its energy efficiency. And this point is very important for us.

The top 10 coins using the least energy annually:

<br>

<table data-header-hidden><thead><tr><th width="303.3333333333333"></th><th></th><th></th></tr></thead><tbody><tr><td>Rank</td><td>Eco Coin</td><td>Energy Use in KWh per year</td></tr><tr><td>1</td><td>Cardano</td><td>48,851</td></tr><tr><td>2</td><td>Algorand</td><td>70,237</td></tr><tr><td>3</td><td>Avalanche</td><td>113,249</td></tr><tr><td>4</td><td>Flow</td><td>180,000</td></tr><tr><td>5</td><td>Tezos</td><td>489,311</td></tr><tr><td>6</td><td>Polkadot</td><td>512,671</td></tr><tr><td>7</td><td>Stellar</td><td>598,755</td></tr><tr><td>8</td><td>Terra</td><td>790,000</td></tr><tr><td>9</td><td>Fantom</td><td>1,137,776</td></tr><tr><td>10</td><td>Solana</td><td>3,186,000</td></tr></tbody></table>

\
**The top 10 coins with the lowest Co2 emissions:**

| Rank | Eco Coin  | Annual tons of Co2 |
| ---- | --------- | ------------------ |
| 1    | Fantom    | 7                  |
| 2    | Terra     | 20                 |
| 3    | Stellar   | 37                 |
| 4    | Polkadot  | 50                 |
| 5    | Tezos     | 80                 |
| 6    | RIPPLE    | 300                |
| 7    | Avalanche | 340                |
| 8    | Algorand  | 360                |
| 9    | Cardano   | 400                |
| 10   | Polygon   | 700                |

‍‍


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fragment.technology/tech-architecture/backend/tezos-blockchain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
