# FAQ

1. **What is Delta-Neutral Strategy?** \
   It’s the strategy that employs delta-heding to fully offset linear price risk.
2. **What blockchain are you on?** \
   We aim to integrate all EVM-compatible networks, currently work on Polygon & Optimism.
3. **How do you create delta-neutrality?**

   We create “short” price exposure, borrowing volatile tokens, that are then deposited to pool.
4. **How does the rebalancing mechanism work?** \
   When token amounts in pool change with price move, we repay debt or borrow more for debt to equal assets in pool.
5. **Why do you call yourself a market maker when you are already using AMM-based strategies?**\
   Providing liquidity using Automated Market Makers is not set-and-forget case: range management, hedging and controlling risks has a lot of parallels with traditional market making.
6. **Is your protocol decentralized?** \
   Cetra is open source and fully decentralized protocol. Everyone can participate in farming and rebalancing.
7. **Can my position be liquidated?** \
   Theoretically — yes. For this scenario asset prices should rise or drop by 10x in a short period of time.


---

# 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://cetra.gitbook.io/welcome/more-information/faq.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.
