> For the complete documentation index, see [llms.txt](https://docs.furucombo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.furucombo.app/dutch/master.md).

# Furucombo Inleiding

## Wat is Furucombo?

Furucombo is een hulpmiddel dat voor eindgebruikers wordt gebouwd om hun strategie DeFi eenvoudig te optimaliseren door te slepen en te laten vallen. Het visualiseert complexe protocollen DeFi in kubussen. De input/de output van de opstelling van het gebruik en de orde van de kubussen, dan bundelt Furucombo alle kubussen in één transactie en stuurt uit. We noemen deze bouwstenen opstelling een "combo". Als u niet weet wat te doen, kunt u inspiratie van pre-gebouwde kammen bij [Onderzoek pagina](https://furucombo.app/explore) vinden.

{% embed url="<https://www.youtube.com/watch?v=wCfMm2a91qs&feature=youtu.be>" %}

## Breng je kosten in rekening?

Nee, we rekenen momenteel geen vergoeding aan?

## Hoe verdien je geld?

We verkennen nu verschillende mogelijkheden, voelen ons vrij om je ideeën te delen in onze [Discord](https://discord.furucombo.app/) gemeenschap!

## Welke risico’ s houdt het gebruik van Furucombo in?

Voor Furucombo gebruiken we een proxycontract en een handlercontract om uw transacties via verschillende DeFi-protocollen uit te voeren. Zodra de transactie met succes is uitgevoerd, zal het proxycontract al het geld terug naar uw portemonnee overboeken. Dat gezegd hebbende, Furucombo houdt gebruikers geen geld vast.

## Is Furucombo open-sourced?

U kunt vinden ons proxy contract wordt geverifieerd op Etherscan, waar u de contractbroncode kunt zien. De rest van Furucombo is nog niet open-sourced.

## Heeft Furucombo een token?

Ja, hier is ons officiële COMBO token adres: [0xfFffFffF2ba8F66D4e51811C5190992176930278](https://etherscan.io/token/0xfFffFffF2ba8F66D4e51811C5190992176930278)

> 🧊 Special thanks to [blackcatx](https://twitter.com/gaintodayx) for translating this page.


---

# 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.furucombo.app/dutch/master.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.
