> For the complete documentation index, see [llms.txt](https://www.digitalnations.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.digitalnations.xyz/web3-overview/web3-infrastructure/smart-contract-platforms-layer-1s.md).

# Smart Contract Platforms (Layer 1s)

Smart contract platforms, also known as “Layer 1s”, serve as the foundation of Web3.  They are the computers that set the rules for the ecosystem and allow users to create, store and trade cryptocurrencies and digital assets such as NFTs.  Every time that you make a trade on Uniswap, lend money on Aave, mint an NFT on Opensea or vote in a DAO you need to use (and pay) a Layer 1 such as Ethereum.&#x20;

&#x20;          **Smart Contracts Execute Automatically When Predetermined Conditions Are Met**

<figure><img src="/files/VGJ7C49HzZKGB0O7ZeLJ" alt=""><figcaption><p>Source:  <a href="https://www.softwaretestinghelp.com/smart-contract-development-companies/">Softwaretestinghelp.com</a></p></figcaption></figure>

Keeping with the ethos of Web3, smart contract platforms are decentralized and distributed, meaning that they aren’t controlled by any one party, they can never be shut down and anyone can use them at any time.&#x20;

I won’t go into too much detail on smart contract platforms here but given their extreme importance, I’d highly recommend learning more via the article [“The Complete Beginner's Guide to Smart Contract Platforms”](https://torygreen.substack.com/p/the-complete-beginners-guide-to-smart), which dives into how they work, why they are important, who the key players are, how they stack up against one another and what’s next for the space.&#x20;

As of September 2022, the largest smart contract platforms by fully-diluted market capitalization are Ethereum, Binance Smart Chain, Cardano, Solana and Avalanche.&#x20;

&#x20;                                **Ethereum Leads the Market with over 55% of FD Market Cap**

<figure><img src="/files/RSA1C7LAB8rqSHazLZQ1" alt=""><figcaption><p>Source: Coinmarketcap as of 9.12.22. Only includes FD market capitalizations of Layer 1 protocols.</p></figcaption></figure>

<figure><img src="/files/VEoCm18wAcoyB5kZV374" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://www.digitalnations.xyz/web3-overview/web3-infrastructure/smart-contract-platforms-layer-1s.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.
