# Synthetic Assets

Please note that the vaults only accept deposits with Synthetic Assets. Synths are created by [Synthetix Protocol](https://synthetix.io/synths). Synths are derivative tokens providing exposure to a range of assets. They can be traded with infinite liquidity and zero slippage by leveraging the Synthetix protocol’s unique pooled collateral model.

* [sUSD](https://optimistic.etherscan.io/address/0x8c6f28f2F1A3C87F0f938b96d27520d9751ec8d9#code) (for the put-selling vaults)
* [sETH](https://optimistic.etherscan.io/address/0xe405de8f52ba7559f9df3c368500b6e6ae6cee49#code) (for the call selling ETH vault)

To swap your existing token into Synthetic assets. Please use [1inch](https://app.1inch.io/#/1/swap/USDC/sUSD)


---

# 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://docs.earn.polynomial.fi/technical-implementation/synthetic-assets.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.
