> For the complete documentation index, see [llms.txt](https://guide.updraft.fund/updraft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.updraft.fund/updraft/basics/funding-a-solution.md).

# Funding a Solution

If someone has a concrete plan to implement an Idea, they can draft a Solution to raise funds.

## 🎁 Funder rewards&#x20;

Solution drafters can offer funder rewards.

{% content-ref url="/pages/ueAZCJYMLcQgXIfeBVW9" %}
[Funder rewards](/updraft/basics/funder-rewards.md)
{% endcontent-ref %}

Funders can collect any rewards they've earned since the last time they collected.

## 💎 Stake

Drafters can offer another incentive to funders known as a *stake*. A stake is divided among funders in proportion to their contributions if the Solution doesn't reach its funding goal by the deadline set by the drafter.

Funders can add to the stake to entice other funders.

Anyone who staked gets their full stake returned if a Solution is reaches its funding goal.

## Reaching a funding goal

When a funding goal is reached:

* The drafter can claim the funds in the solution fund.
* Anyone who staked can reclaim their stake.
* The drafter can choose to set a new funding goal and extend the deadline.

{% hint style="info" %}
If a Solution Drafter extends their funding goal, they automatically claim all funds up to that point. All funders' positions remain intact and can continue to earn 🎁 funder rewards, but contributions made before the new goal won't be refunded if the new goal fails.
{% endhint %}

## Failing a funding goal

When a funding goal is not reached by the deadline set by the drafter, funders can claim a full refund plus their portion of the 💎 stake.

<figure><img src="/files/jXtNvtr6xROpMa7Xi4Ni" alt="" width="315"><figcaption><p>Refunding a Position</p></figcaption></figure>

{% hint style="info" %}
Funders of a failed goal can also collect any remaining 🎁 funder rewards they earned.
{% 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://guide.updraft.fund/updraft/basics/funding-a-solution.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.
