> For the complete documentation index, see [llms.txt](https://docs.covenant.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.covenant.finance/deprecated.md).

# Deprecated

- [Litepaper](https://docs.covenant.finance/deprecated/litepaper.md): Perpetual debt and protocol mechanics for Covenant V1
- [User App](https://docs.covenant.finance/deprecated/user-app.md)
- [Guild Swaps](https://docs.covenant.finance/deprecated/user-app/guild-swaps.md)
- [Markets](https://docs.covenant.finance/deprecated/user-app/markets.md)
- [Add Liquidity](https://docs.covenant.finance/deprecated/user-app/add-liquidity.md)
- [Stake Liquidity](https://docs.covenant.finance/deprecated/user-app/stake-liquidity.md)
- [Trade Debt/Lend](https://docs.covenant.finance/deprecated/user-app/trade-debt-lend.md)
- [Additional Market Details](https://docs.covenant.finance/deprecated/user-app/additional-market-details.md)
- [Deployments](https://docs.covenant.finance/deprecated/deployments.md): These debt markets are being wound down.  We thank again users that tested and gave us feedback!
- [Covenant V1](https://docs.covenant.finance/deprecated/deployments/covenant-v1.md): V1 debt markets were launched on Arbitrum, and can be accessed through https://v1.covenant.finance
- [Addresses](https://docs.covenant.finance/deprecated/deployments/covenant-v1/addresses.md)
- [Risk Parameters](https://docs.covenant.finance/deprecated/deployments/covenant-v1/risk-parameters.md)
- [Deprecated](https://docs.covenant.finance/deprecated/deployments/deprecated.md): These debt markets are being wound down.  We thank again users that tested and gave us feedback!
- [Arbitrum](https://docs.covenant.finance/deprecated/deployments/deprecated/arbitrum.md): Deployment details on Arbitrum mainnet
- [Addresses](https://docs.covenant.finance/deprecated/deployments/deprecated/arbitrum/addresses.md): Below are Arbitrum deployed addresses for each guild - including zTokens (asset token), dTokens (liability token), oracles and Uniswap pools.
- [Risk Parameters](https://docs.covenant.finance/deprecated/deployments/deprecated/arbitrum/risk-parameters.md): Deployed guild parameters
- [Optimism](https://docs.covenant.finance/deprecated/deployments/deprecated/optimism.md)
- [Addresses](https://docs.covenant.finance/deprecated/deployments/deprecated/optimism/addresses.md): coming soon....
- [Risk Parameters](https://docs.covenant.finance/deprecated/deployments/deprecated/optimism/risk-parameters.md)


---

# 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.covenant.finance/deprecated.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.
