# Sort order

Most lists of Ideas or Solutions--including search results--use a default search order of either 🔥 *interest* or  🍬 *sweetness.*

## Ideas

### 🔥 Interest

The default sort order for Ideas is 🔥interest. 🔥Interest is the sum of the *shares* of all positions in an Idea. Shares are the amount contributed multiplied by a linear growth factor (called the *accrual rate*) and the number of cycles since the contribution.

$$
Shares\_{position} = contribution \* accrualRate \* (currentCycle - contributionCycle)
$$

$$
interest = \sum\_{i=0}^{numPositions - 1} shares\_{position\_i}
$$

{% content-ref url="/pages/tBNbkcvM9w2OM0VDCJ10" %}
[Ideas](/updraft/basics/ideas.md)
{% endcontent-ref %}

## Solutions

### 🍬 Sweetness

The default sort order for Solutions is a hidden field called 🍬 *sweetness.* Sweetness connotes a good deal for Solution funders. Sweetness is calculated by multiplying the current amount 💎 staked in the Solution by the 🎁 funder reward percentage offered by the Solution drafter.

$$
sweetness = funder RewardPercentage \* stake
$$

{% content-ref url="/pages/JShmJ1sx6pGonE4y9FMN" %}
[Funding a Solution](/updraft/basics/funding-a-solution.md)
{% endcontent-ref %}


---

# 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://guide.updraft.fund/updraft/advanced-topics/sort-order.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.
