# Collateral

Aurelius currently accepts the following collateral:

#### CDP Collateral Specifications

<table data-full-width="true"><thead><tr><th width="109.24999999999997">Asset</th><th width="456">Contract</th><th width="82">MCR</th><th>CCR</th></tr></thead><tbody><tr><td>USDC</td><td>0x09Bc4E0D864854c6aFB6eB9A9cdF58aC190D0dF9</td><td>105</td><td>115</td></tr><tr><td>USDT</td><td>0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE</td><td>105</td><td>115</td></tr><tr><td>WETH</td><td>0xdEAddEaDdeadDEadDEADDEAddEADDEAddead1111</td><td>108</td><td>120</td></tr><tr><td>mETH</td><td>0xcda86a272531e8640cd7f1a92c01839911b90bb0</td><td>110</td><td>140</td></tr><tr><td>WMNT</td><td>0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8</td><td>120</td><td>165</td></tr></tbody></table>

See Vault Contracts [here](/network-and-contracts.md#vault-contracts).

#### Lending Market Collateral Specifications

<table data-full-width="true"><thead><tr><th width="122">Asset</th><th width="448">Contract</th><th width="85">LTV</th><th width="77">LT</th><th>LB</th></tr></thead><tbody><tr><td>USDC</td><td>0x09Bc4E0D864854c6aFB6eB9A9cdF58aC190D0dF9</td><td>80%</td><td>90%</td><td>5%</td></tr><tr><td>USDT</td><td>0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE</td><td>80%</td><td>90%</td><td>5%</td></tr><tr><td>WBTC</td><td>0xCAbAE6f6Ea1ecaB08Ad02fE02ce9A44F09aebfA2</td><td>60%</td><td>75%</td><td>7.5%</td></tr><tr><td>WETH</td><td>0xdEAddEaDdeadDEadDEADDEAddEADDEAddead1111</td><td>65%</td><td>75%</td><td>7.5%</td></tr><tr><td>WMNT</td><td>0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8</td><td>50%</td><td>65%</td><td>10%</td></tr><tr><td>mETH</td><td>0xcda86a272531e8640cd7f1a92c01839911b90bb0</td><td>65%</td><td>70%</td><td>7.5%</td></tr><tr><td>USDe</td><td>0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34</td><td>70%</td><td>85%</td><td>10%</td></tr><tr><td>USDY</td><td>0x5bE26527e817998A7206475496fDE1E68957c5A6</td><td>75%</td><td>85%</td><td>5%</td></tr></tbody></table>

#### Bridging Collateral

[**The Mantle Bridge**](https://bridge.mantle.xyz/) (**<https://bridge.mantle.xyz/>**) makes it easy for users to onboard crypto assets from Ethereum Mainnet, and answers many FAQs regarding the process.

<figure><img src="/files/hw54dI35mzRGuCOcEB7X" alt=""><figcaption></figcaption></figure>

[**Squid Router**](https://www.squidrouter.com/) **(<https://www.squidrouter.com/>)** is a third party bridge that also supports transfer of assets from many other networks to Mantle.

<figure><img src="/files/u3aetfER4hxzZTf9lzsv" alt=""><figcaption></figcaption></figure>

#### Acquiring Collateral

After moving assets onto Mantle, if collateral assets need to be purchased, the best way is via Decentralized Exchange (DEX). Some popular options can be found below.

{% hint style="info" %}
Aurelius does not endorse any of the applications shown below. Please perform your own due diligence and research to ensure you are comfortable using their services. Aurelius is not responsible for lost funds or errors you might encounter.
{% endhint %}

| Exchange           | Link                              |
| ------------------ | --------------------------------- |
| Cleopatra Exchange | <https://cleopatra.exchange/swap> |
| FusionX Finance    | <https://fusionx.finance/swap>    |
| Agni Finance       | <https://agni.finance/swap>       |


---

# 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.aurelius.finance/how-to-use-aurelius/collateral.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.
