> For the complete documentation index, see [llms.txt](https://instantmiso.gitbook.io/miso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://instantmiso.gitbook.io/miso/markets/lists.md).

# Permission Lists

We have added lists to our markets with a number of use cases in mind, though we expect projects launching on MISO will find a bunch more! Our MISO lists are a way to control, wallet-by-wallet, the total value available to a participant in a Market event.&#x20;

Once set up and deployed alongside an upcoming market, the List will function at its basis to create a "whitelisted" sale - just add in the wallet address and assign them a full allocation. Where our Lists become potentially even more useful is the ability to assign differing allocations on an individual wallet basis. This allows token allocation via tiered access, according to lottery, extra allocation for NFT holders - cook something new up for your launch!&#x20;

## List Options

During the Market creation section of MISO, launch creators can opt to add a list for their token sale. The owner can assign a list operator - an address or a contract that can modify the list. Multiple operators can be added, if required.

Once activated on a Miso Market, the amount allocated to a wallet on the list is taken as the amount allowed to commit. Operators can add and remove new addresses to the List during the period up to and during their projects Market Sale. Once an address has been added to the List as a participant, Operators similarly will be able to add and remove 'points' from each address.


---

# 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, and the optional `goal` query parameter:

```
GET https://instantmiso.gitbook.io/miso/markets/lists.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
