> For the complete documentation index, see [llms.txt](https://docs.jvault.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jvault.xyz/launchpad/info-for-tokensale-participants/buying-tokens-without-whitelist.md).

# Buying tokens without Whitelist

If in the Purchase Conditions section at the bottom of each sale page there is a line with "basic" conditions, it means that absolutely any member of the community can participate in token presales.

To purchase tokens, enter the desired number of TONs you wish to invest (1) or tokens you intend to receive (2). If available, you can also enter a referral code in the box (3). Read the terms and conditions and pay attention to the maximum purchase amount available to you (4), then click on the ‘Buy’ button and confirm the transaction in your wallet.

<figure><img src="/files/2k1InsqiDDcPMNb1l9Jc" alt=""><figcaption><p>Interface for buying tokens</p></figcaption></figure>

Once the transaction is confirmed on the blockchain, the page will automatically reload and you will see a message that the token purchase was successful.

<figure><img src="/files/mPrPQ5AwvxBmWOTpFDhO" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the blockchain is unstable and a transaction is not confirmed for a long time, information about the purchased tokens may be delayed
{% endhint %}


---

# 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.jvault.xyz/launchpad/info-for-tokensale-participants/buying-tokens-without-whitelist.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.
