> For the complete documentation index, see [llms.txt](https://docs.tinyblock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tinyblock.io/user-guide/faqs.md).

# FAQs

### Q: Do I need to stake any tokens to join IDOs on TinyBlock?

A: It depends on the project. Some IDOs may require staking or completing community tasks to qualify for a whitelist spot.

### Q: What wallets are supported?

A: We recommend MetaMask or any EVM-compatible wallet that maintains the same address across chains.

### Q: Can I join both pools?

A: Yes. If you’re whitelisted, you can join the [Guaranteed Pool ](/launchpad/publish-your-docs/guaranteed-pool.md)and also try your luck in the [Public Pool](/launchpad/publish-your-docs/public-pool.md) once it opens.

### Q: Is there a minimum amount of investment?

A: Yes. Each pool will set a min-max allocation range for participants. This range may vary depending on the project, and you'll need to commit within that range to successfully join.

### Q: What tokens can be used to participate in an IDO?

A: The accepted payment token (e.g., USDT, USDC or native chain token) will be specified on the IDO page. Make sure you have the correct token on the correct network before joining.

### Q: Is there a refund policy?

A: Yes - TinyBlock supports flexible refund mechanisms, depending on the project’s selected IDO Type (e.g., [Shield](/launchpad/quickstart/shield-full-refund.md), [Harbor](/launchpad/quickstart/harbor-partial-or-full-refund.md) or [Bulwark](/launchpad/quickstart/bulwark-no-refund.md)).

* Some allow full or partial refunds during a defined timeline.
* Others may not allow refunds but offer bonuses instead.

Please read the project-specific IDO Type details before committing.

### Q: What if I miss the claim/refund timeline?

A: If you don't make a decision within the allowed timeframe, the system will automatically treat it as a commitment, and you’ll receive tokens according to the vesting schedule.

### Q: Where do I track my allocations?

A: Head to the “Participate & Claim” section on the launchpad to monitor your committed funds, pending claims, and token vesting schedule.


---

# 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.tinyblock.io/user-guide/faqs.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.
