# Protocols

Protocols include:

* Tensor Marketplace
  * Core protocol facilitating permissionless trading of NFTs on Solana
  * Deployed at `TCMPhJdwDryooaGtiocG1u3xcYbRpiJzb283XfCZsDp`
* Tensor AMM
  * Automatic market maker protocol facilitating permissionless trading of NFTs on Solana
  * Deployed at `TAMM6ub33ij1mbetoMyVBLeKY5iP41i4UPUJQGkhfsg`
* Tensor Escrow
  * Program used for shared escrowing of funds across Tensor protocols
  * Deployed at `TSWAPaqyCSx2KABk68Shruf4rp7CxcNi8hAsbdwmHbN`&#x20;
* Tensor Whitelist
  * Program used to manage NFT collection whitelists
  * Deployed at `TL1ST2iRBzuGTqLn1KXnGdSnEow62BzPnGiqyRXhWtW`
* Tensor Fees
  * Tensor fee contract
  * Deployed at `TFEEgwDP6nn1s8mMX2tTNPPz8j2VomkphLUmyxKm17A`


---

# 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.tensor.foundation/protocols.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.
