> 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/the-web3-ecosystem/defi/defi-infrastructure/smart-contract-platforms.md).

# Smart Contract Platforms

Smart contract platforms serve as the foundation of DeFi.  In effect, they operate as the computers that run all of the applications listed above.  So every time that you make a trade on Uniswap or lend money on Aave, you need to use (and pay) Ethereum.&#x20;

Keeping with the ethos of DeFi, 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 as, given their extreme importance, I wrote another 10,000+ word article on them, but I will highlight some of the important players in the ecosystem.

<figure><img src="/files/vepe53E4AVZlqElAt31t" alt=""><figcaption><p>Source: Defi Llama as of 3.13.22</p></figcaption></figure>

As of early March 2022, the largest smart contract platforms by Total Value Locked (a proxy for how much capital is “in use” in the ecosystem) are Ethereum, Terra, Binance, Avalanche and Solana.  These five players represent over 80% of the market.&#x20;

<figure><img src="/files/NOGIgw854W9ztKaUcISY" alt=""><figcaption><p>Market share as of 3.13.22</p></figcaption></figure>

Once again, smart contracts platforms are not only extremely important to DeFi, but serve as the foundation for Web3, NFTs, the metaverse, decentralized gaming, DAOs and the decentralized economy as a whole.  As such, I’d highly recommend learning more via this article, 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;


---

# 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/the-web3-ecosystem/defi/defi-infrastructure/smart-contract-platforms.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.
