> For the complete documentation index, see [llms.txt](https://docs.astro.meme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.astro.meme/reference/protocol-parameters.md).

# Protocol Parameters

## Core configuration

| Category  | Parameter              | Value                                                     |
| --------- | ---------------------- | --------------------------------------------------------- |
| Chain     | Network                | X Layer                                                   |
| Chain     | Gas token              | OKB                                                       |
| Supply    | Total token supply     | 1,000,000,000                                             |
| Supply    | Public Fair Mint       | 800,000,000 (80%)                                         |
| Supply    | Reserved for liquidity | 200,000,000 (20%)                                         |
| Mint      | System                 | Fixed-price Fair Mint                                     |
| Mint      | Price per share        | 0.1 OKB                                                   |
| Mint      | Configurations         | 80 OKB Mode and 800 OKB Mode                              |
| Market    | DEX                    | Uniswap V3                                                |
| Market    | Swap fee               | 1% on every swap                                          |
| Liquidity | OKB route              | Raised OKB + reserved meme tokens                         |
| Liquidity | RWA route              | Raised OKB swapped to selected RWA + reserved meme tokens |
| Refund    | Before finalization    | 0.1 OKB per returned share, excluding gas                 |
| Refund    | After finalization     | Not available                                             |

## Configuration comparison

| Parameter              | 80 OKB Mode | 800 OKB Mode |
| ---------------------- | ----------- | ------------ |
| Shares                 | 800         | 8,000        |
| Tokens per share       | 1,000,000   | 100,000      |
| Price per share        | 0.1 OKB     | 0.1 OKB      |
| Public mint allocation | 800,000,000 | 800,000,000  |
| Fundraising target     | 80 OKB      | 800 OKB      |
| Mint window            | 24 hours    | 72 hours     |

## Derived values

```
800 shares × 0.1 OKB = 80 OKB
800 shares × 1,000,000 tokens = 800,000,000 public tokens

8,000 shares × 0.1 OKB = 800 OKB
8,000 shares × 100,000 tokens = 800,000,000 public tokens

1,000,000,000 − 800,000,000 = 200,000,000 liquidity tokens
```

## Source of truth

This page describes the intended production design. Once mainnet contracts are deployed, verified contract parameters and onchain state take precedence if any interface or documentation becomes outdated.


---

# 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://docs.astro.meme/reference/protocol-parameters.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.
