# Glossary and Links

## Glossary

### **Initial Token Allocation**

The initially reserved tokens will be distributed proportionally to addresses that contributed ETH and provided the initial liquidity pool (LP).

### Pre-launch

A pre-launch token ceremony is conducted prior to the official token launch to collect ETH contributions and inspire meme coin creation.

### **Launching Period**

The interval between the pre-launch and the token launch is **randomly between 12 and 96 hours**, with the exact timing determined by the on-chain block height (End Block). During this period, users can contribute ETH and comment on the pre-launch tweet to become co-authors.

### End Block

The final block height for accepting contributions and comments is determined based on the block height of the Base chain. After the **End Block**:

1. Contributed ETH will automatically roll over to the next token launch as a contribution.
2. Comments will no longer affect MBB’s behavior for both the announced token launch and the next one.

## Links

1. MBB Smart Contract V1: <https://github.com/magnetai/mbb-contract>
2. MBB V1.0.0: <https://github.com/magnetai/mbb-dashbord>
3. MBB Dashboard: <https://mbb.magnetlabs.xyz>

***References***:

1. [Link to A2H Page](/what-are-programmable-action-agents/a2h-agent-2-human.md)
2. <https://pump.fun>


---

# 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.magnetlabs.xyz/ecosystem/archived-meme-blind-box-v1/glossary-and-links.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.
