# A quick explainer on SynthetiX

## &#x20;                                   [Synthetix](https://synthetix.io/)

<figure><img src="https://2074139260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEsVyqP4XHdZQ66LNIIyV%2Fuploads%2Finxl3s4XyHog0DeDwPXi%2FSynthetix%20Banneer.PNG?alt=media&#x26;token=a42f4dd1-5cc6-4c47-affb-ab97881d818c" alt=""><figcaption></figcaption></figure>

### **What is Synthetix V3? Let me explain.** <a href="#what-is-synthetix-v3-let-me-explain" id="what-is-synthetix-v3-let-me-explain"></a>

At its core, the entire Synthetix V3 system is a Collateralized Debt Position (CDP) protocol. Similar to MakerDAO/Liquity, you take your collateral (SNX, ETH/wsteth/other LSDs/etc), deposit it into a contract, and then generate a stablecoin. In Synthetix's case, the system-generated stablecoin is sUSD.

The differentiator for Synthetix is that you can instead delegate your entire CDP, collateral and all, to a larger basket of collateral called a **Pool.**

Pools can be considered a collective CDP, with baskets of collateral used to generate sUSD and allocate liquidity to derivative markets for traders to utilize. Pool owners are the deciders of how liquidity is allocated. Because of this, even though anyone can create and manage a pool, most stakers will likely direct their collateral to more ‘trusted’ pools. For example, the Spartan Council Pool, whose owners are directly elected by SNX token holders.

Pools then use this collateral and allocate it to derivative **Markets.** Markets are arguably the most important piece of the entire protocol, as they're the logic that turns LP liquidity into onchain financial instruments. Well-designed markets hope to generate delta-neutral fees for LPs - which, in this case, means that the fees earned by liquidity providers are unaffected by perps trader profit and losses, ensuring stable returns regardless of volatility. A recent example of a 'well-designed market' is Synthetix Perps, which has returned $24m+ in fees to Synthetix Stakers. Synthetix Perps has built-in risk management designs like price-impact and dynamic funding rates, which work together to keep the market delta neutral.


---

# 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://synthetixi.gitbook.io/us/a-quick-explainer-on-synthetix.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.
