# Architecture

What we call the NFT AMM for the sake of brevity is really two core pieces of infrastructure which can be used either in tandem or separately dependending upon the intended application. While NFT AMMs have existed before, primarily in the EVM world, these examples are a specific and fairly narrow implementation of how the infrastructure we have built can be used. Like our Pools and Farms, the NFT AMM will be permissionless, allowing anyone to create and deploy NFT vaults and pools however they see fit. We do not anticipate the primary use of this infrastructure to be to fractionalize and trade existing or future NFT collections however. Rather, we see NFT fractionalization, pools, farms, NFT and Token transfer rules being used together to drive the supply and demand mechanics of complex game economies.


---

# 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://docs.aftermath.finance/gamefi/nft-amm/architecture.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.
