# FAQs

**Who is the team behind Kubo?**

Kubo is a [Sushi Labs](https://www.sushilabs.com) product, the research and development arm of the Sushi DAO.

**What are the risks associated with Kubo?**

If a token's value rapidly changes before the liquidity pool has offloaded its exposure, it could cause a market failure. This would require an extreme move, like a 100x move within 24 hours.

* If the price stays relatively stable —> the pool earns some yield
* If the price suddenly spikes up —> the pool loses tokens proportional to recently opened trades
* If the price suddenly crashes —> the pool earns tokens proportional to recently opened trades

**What if no one takes the TRS trades?**

The market maker would increase the TRS yield until it gets filled, which would equilibrate higher. Given their expected objective attractiveness, bots will likely capture TRS trades quickly.


---

# 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://sushi-labs.gitbook.io/kubo-documentation/other/faqs.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.
