> For the complete documentation index, see [llms.txt](https://docs.defihub.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defihub.fi/products/buy-tokens.md).

# Buy Tokens

Buy Tokens lets you swap one token for another immediately at the current market price. It's for those moments when you see a dip worth buying or when FOMO hits you harder than your hangover on Sunday morning.

## Why add Buy Tokens to your Strategy?

* **Immediate market entry**: Get some skin in the game right away while your other positions accumulate gradually.
* **Buy the dip**: Instantly buying tokens can be your moment of glory when the market is down, if you time it right (which, let's be honest, you probably won't, but it feels good to try).
* **Combine with other products**: Mix immediate purchases with DCA and Liquidity for a portfolio that satisfies all your investment urges.

## How to Add Buy Tokens to Your Strategy

Setting up a Buy position within your strategy is so easy even your crypto-skeptic grandma could do it:

1. **Select the "Buy" product**: From your strategy creation panel, choose Buy as one of your investment types.
2. **Set the percentage**: Decide how much of your total investment you want to allocate to this immediate purchase. Remember, the total allocation across all your investments needs to add up to 100%.
3. **Pick your token**: Select which token investors will immediately acquire when they use your strategy. This is the asset they'll own from the moment they invest.

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

That's it. No duration to set, no parameters to tweak, just pure, simple token acquisition. It's the one-night stand of crypto investments: quick, straightforward, and with immediate results.


---

# 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.defihub.fi/products/buy-tokens.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.
