# The Token

The INFI token represents membership rights in the INFI platform. It enables members to create an insurance cover listing or to take a listing from the marketplace.

#### Essential rules

Creating a new insurance cover request or offer listing requires 5000 INFI. Taking a cover request or offer listing also requires 5000 INFI

A tier system is in place for the creation of new cover request listings

* Bronze: To make a cover request of up to $10,000,\
  you need a minimum balance of 5,000 INFI.
* Silver: To make a cover request if up to $50,000,\
  you need a minimum balance of 10,000 INFI.
* Gold: To make a cover request of up to $100,000,\
  you need a minimum balance of 25,000 INFI.
* Diamond: To make a cover request of up to No Limit,\
  you need a minimum balance of 50,000 INFI.


---

# 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.insured.finance/understanding-insured-finance/the-token.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.
