> For the complete documentation index, see [llms.txt](https://docs.reformdao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reformdao.com/faq-for-projects.md).

# FAQ for Projects

### **What does ReformDAO offer?**

We offer several models for market making. The first is the token lona model, in which we recieve a project's tokens via loan and run our algorithms across connected exchanges. The second is the retainer model, in which we plug into your exchange accounts via API and execute market-making directly on your behalf. The third is our brand new vault-based model, in which anyone can deposit tokens into a fully audited vault and gain exposure to market-making services and their upside, proportional to their deposit amount.

All of these options operate from the same core values: transparency, fairness, and accessibility. You'll have 24/7 access to live dashboards and responsive communication from a team that collaborates closely with you to deliver strong, healthy liquidity.

### **What’s the difference between a retainer and a token loan?**

With a token loan, Reform takes temporary ownership of the tokens and provides USD liquidity based on a strike price you set. At the end of the term, we repay that loan in tokens or stablecoins according to the strike price.

With a retainer, you provide the tokens and USD liquidity from your end. We then connect our algorithms via API and ensure exchange requirements are met.

### **How do you support token liquidity?**

We meet the requirements of each exchange by quoting consistently, narrowing spreads, and increasing order book depth. Our aim is to create a healthy, fair, and accessible market for anyone who wants to engage with your token.

### **How is performance reported?**

All activity is tracked and reported on a live, transparent dashboard, accessible 24/7. You can see the number of orders placed, spread levels, and the share of volume that comes from organic (non-algorithmic) trading.

We're also available around the clock to answer questions and to support you through your preferred communication channels.

### **How do we get started?**

If you're ready to bring fair, transparent market-making ot your project, [contact us here.](https://form.typeform.com/to/JFFlk7w1?typeform-source=app.gitbook.com)


---

# 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.reformdao.com/faq-for-projects.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.
