> For the complete documentation index, see [llms.txt](https://help.fjordfoundry.com/fjord-foundry-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fjordfoundry.com/fjord-foundry-docs/for-sale-participants/sale-participant-tips/fixed-price-sale-participant-tips.md).

# Fixed Price Sale Participant Tips

**Tip #1 - Check Wallet Limits**

❌ Participating in a sale without knowing if there are wallet limits can lead to unexpected issues. You might not be able to buy as many tokens as you want, or you might exceed the limit and miss out on the sale.

✔️ Always check the wallet limits set by the project. This information will help you plan your purchases and ensure you stay within the allowed limits, promoting fair distribution.

**Tip #2 - Check Valuations**

❌ Blindly buying tokens without assessing their valuation can result in overpaying or investing in overvalued tokens. Not knowing the fair value of the tokens can lead to poor investment decisions.

✔️ Ensure you check the valuation of the tokens being sold. Compare the fixed price with your understanding of the project's fundamentals and market conditions to determine if the price is fair.

**Tip #3 - Have Your Wallet Funded and Ready**

❌ Waiting until the last minute to fund your wallet can result in missed opportunities. If your wallet isn't ready, you might not be able to participate in the sale as planned.

✔️ Have your wallet funded and ready to go before the sale begins. This ensures you can participate quickly and efficiently once the sale starts, helping you secure your desired number of tokens.


---

# 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://help.fjordfoundry.com/fjord-foundry-docs/for-sale-participants/sale-participant-tips/fixed-price-sale-participant-tips.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.
