> For the complete documentation index, see [llms.txt](https://docs.coinshift.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinshift.xyz/resources/trusted-links-and-audits.md).

# Trusted Links & Audits

**Proceed with caution when interacting with any contract or interface associated with csUSDL or Coinshift. To protect yourself:**

* Only use vaults and tools linked here or from [coinshift.xyz](https://coinshift.xyz)
* Verify all token and contract addresses on Etherscan
* Never interact with unknown vault UIs or impersonation sites

***

### Official Interfaces

* **Coinshift Website:**\
  <https://coinshift.xyz>
* **Coinshift App Login:**\
  <https://coinshift.global/login>

***

### Coinshift Vaults&#x20;

* **csUSDL Vault**\
  Morpho UI: [View on Morpho](https://app.morpho.org/ethereum/vault/0xbEeFc011e94f43b8B7b455eBaB290C7Ab4E216f1/coinshift-usdl)\
  Etherscan: [csUSDL Token](https://etherscan.io/token/0xbeefc011e94f43b8b7b455ebab290c7ab4e216f1)\
  Contract: `0xbEeFc011e94f43b8B7b455eBaB290C7Ab4E216f1`
* **csUSDC Vault**\
  Morpho UI: [View on Morpho](https://app.morpho.org/ethereum/vault/0x7204B7Dbf9412567835633B6F00C3Edc3a8D6330/coinshift-usdc)\
  Etherscan: [csUSDC Vault](https://etherscan.io/token/0x7204b7dbf9412567835633b6f00c3edc3a8d6330)\
  Contract: `0x7204B7Dbf9412567835633B6F00C3Edc3a8D6330`
* **Fee Recipient (csUSDL Multisig):**\
  `0x255c7705e8BB334DfCae438197f7C4297988085`

***

### Partner References

* **USDL Transparency Reports**\
  [liftdollar.com → Transparency](https://liftdollar.com/transparency)
* **USDL Whitepaper**\
  [liftdollar.com → Whitepaper](https://liftdollar.com/whitepaper.pdf)
* **wUSDL – Wrapped USDL:**\
  `0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559`\
  [Etherscan → wUSDL](https://etherscan.io/token/0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559)
* **USDL – Paxos Stablecoin:**\
  `0xbdC7c08592Ee4aa51D06C27Ee23D5087D65aDbcD`\
  [Etherscan → USDL](https://etherscan.io/token/0xbdC7c08592Ee4aa51D06C27Ee23D5087D65aDbcD)
* **Morpho Audits**\
  [docs.morpho.org → Audits](https://docs.morpho.org/morpho-docs/security/audits)


---

# 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.coinshift.xyz/resources/trusted-links-and-audits.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.
