# NFT Infrastructure

In addition to the digital assets themselves, the NFT ecosystem is empowered by several key pieces of infrastructure including:

* &#x20;**Smart Contract Platforms**:  Decentralized computers, such as Ethereum, that create, store, and facilitate the exchange of NFTs<br>
* **Rollups:**  Protocols that are designed to increase the efficiency and affordability of smart contract platforms<br>
* **Storage Providers**:  Decentralized protocols such as Arweave and Filecoin that host the artwork, audio files, video files, etc… that constitute NFTs<br>
* **Marketplaces**:  Platforms such as OpenSea that allow users to buy and sell NFTs<br>
* **Wallets**:  Hot wallets such as Metamask that store NFTs and allow access to marketplaces and other dApps

Next, we’ll take a look at each category and provide some detail on the market leaders :point\_right:.


---

# 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://www.digitalnations.xyz/web3-overview/the-web3-ecosystem/nfts/nft-infrastructure.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.
