> For the complete documentation index, see [llms.txt](https://cron-finance.gitbook.io/twamm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cron-finance.gitbook.io/twamm/overview/builder-ideas.md).

# Builder Ideas

There are a lot of products that will be built on TWAMMs given the composability & permissionless of DeFi. To get builders started, here are a few ideas that we'd love to see built:

### Advanced Trade UX

The Cron protocol is a fully on-chain permissionless protocol with no dedicated UX. Existing wallets, UX, or motivated developers can create an advanced UX to expose the features and provide users with an intuitive way of interacting with the protocol.

#### Limit Orders

Order delegation allows 3rd parties to manage long-term swaps for users. A white glove service to monitor order fill prices and cancel orders would help a lot of whales/DAOs who are interested in automating their trade operations. Additionally, proceeds can be withdrawn multiple times or at the end of the order, a service that can be performed by a delegate.

{% content-ref url="/pages/Vln8mAevNUurnjmVQosM" %}
[Order Delegation](/twamm/product-guides/order-delegation.md)
{% endcontent-ref %}

#### Gasless DCA

Centralized exchanges are the current best option for DCA without paying high gas fees. However, they're not always the cheaper option or available for all users. TWAMMs enable users to DCA without paying gas fees for sub-orders, making it the most mathematically optimal and gas-efficient solution

{% content-ref url="/pages/zNvSnEEtVxbZyQdjJja0" %}
[Non-Custodial DCA](/twamm/use-cases/non-custodial-dca.md)
{% endcontent-ref %}

#### Analytics & Visualizations

Tradeview and similar charts are necessary for traders to understand their order fill and LPs to understand their returns. Dune analytics dashboard is a good first start, but a more live dashboard would be of immense value for traders swapping millions of dollars.

#### Inspiration

{% embed url="<https://app.defisaver.com/exchange/dca>" %}

### Other Ideas

#### Better Airdrops

{% content-ref url="/pages/tUuU0yc4MReQnOrdWkTP" %}
[Airdrops Damper](/twamm/use-cases/airdrops-damper.md)
{% endcontent-ref %}

#### Higher Profit Liquidations

{% content-ref url="/pages/6jmUZxuDfXB707scXb3z" %}
[Liquidations](/twamm/use-cases/liquidations.md)
{% endcontent-ref %}

#### Democratize Arbitraging

{% content-ref url="/pages/NMQhAiBx0lPbTmqTKTi3" %}
[Dedicated Arbitrageurs](/twamm/product-guides/dedicated-arbitrageurs.md)
{% endcontent-ref %}


---

# 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://cron-finance.gitbook.io/twamm/overview/builder-ideas.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.
