# Launch of Crowdfunding: Step-by-Step Tutorial

If you don't have $XDAO tokens, go to this page to purchase $XDAO tokens:

{% content-ref url="/pages/S1uvDmO4i5uXtHHUrhv9" %}
[How to buy $XDAO token?](/how-to-buy-usdxdao-token.md)
{% endcontent-ref %}

If you have $XDAO tokens on another blockchain, go to this page on bridge $XDAO tokens between blockchains:

{% content-ref url="/pages/iNWuKYJ77atNqaGEFwFS" %}
[Bridge $XDAO tokens between blockchains: Step-by-Step Tutorial](/use-cases/bridge-usdxdao-tokens-between-blockchains-step-by-step-tutorial.md)
{% endcontent-ref %}

If you don't have an XDAO subscription yet, go to this page to upgrade your DAO:

{% content-ref url="/pages/wqgKF086iuub23lx2jxx" %}
[Upgrade your DAO: Step-by-Step Tutorial](/use-cases/upgrade-your-dao-step-by-step-tutorial.md)
{% endcontent-ref %}

Follow these instructions to Launch of Crowdfunding and drop below to learn more information:

{% embed url="<https://app.tango.us/app/workflow/Launch-of-Crowdfunding--Step-by-Step-Tutorial-0007b98ee58a49e3b1db622900b18be0>" fullWidth="true" %}

{% hint style="info" %}
You can only create an LP token once per DAO, so if you plan to do a few rounds of crowdfunding you will have access to the crowdfunding setup at once.
{% endhint %}

{% hint style="warning" %}
If you use XDAO without a subscription, the Crowdfunding Fee will be 2.5% on each transaction. To make the Crowdfunding Fee lower to 1%, buy a Business subscription. Follow these instructions to upgrade your DAO and get a lower Crowdfunding Fee:

<https://docs.xdao.app/use-cases/upgrade-your-dao-step-by-step-tutorial>
{% endhint %}

{% hint style="success" %}
Let's consider an example where a project needs to raise $1,000,000, i.e. the project needs to have 1,000,000 USDT in the DAO balance. Since XDAO has a Crowdfunding Fee, the project needs to set the Total Sale Amount a bit higher than the planned amount. If you are using XDAO without subscription or with Plus subscription, Crowdfunding Fee = 2.5%, then you need to calculate the Total Sale Amount, which is calculated using the formula: Amount Received on DAO / (1 - Crowdfunding Fee) -> 1,000,000 / (1 - 0.025) -> 1,000,000,000 / 0.975 -> 1,025,641 USDT the project should specify as Total Sale Amount. If Crowdfunding Fee=1%, then let's perform similar calculations: 1,000,000 / (1 - 0.01) -> 1,000,000,000 / 0.99 -> 1,010,101 USDT the project should specify as Total Sale Amount.
{% endhint %}


---

# 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.xdao.app/use-cases/launch-of-crowdfunding-step-by-step-tutorial.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.
