> For the complete documentation index, see [llms.txt](https://docs.opendelta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opendelta.com/risks/basket-assets-related-activities.md).

# Basket Assets Related Activities

One of the key features of OpenDelta's Index Protocol is its ability to generate additional yield from its basket assets. Many native tokens can be staked, lent out, or deposited into DeFi money markets — a process we call **yield activation**.&#x20;

However, this approach introduces additional risks, with the exact level of risk varying depending on the specific yield-generating activity. OpenDelta employs three primary methods to generate yield:

* **Staking**
* **Lending**
* **DeFi activities**

In some of these cases, OpenDelta may engage with other counterparties or smart contracts that could introduce additional levels of risk, including smart contract vulnerabilities, counterparty default, limited liquidity due to asset lock-ups, potential regulatory or legal uncertainty, slashing penalties from validator misbehavior or downtime in staking, and other operational risks linked to third-party protocols and custodians. Such risks could negatively affect the performance, liquidity, or redemption of index tokens and may result in partial or total loss of basket assets.

Our risk team evaluates each of these opportunities on a case-by-case basis and creates operating procedures to take advantage of them in the most secure and trustless way possible.&#x20;

Initially, OpenDelta will only execute activities available within custodial environment to minimize risks.&#x20;


---

# 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.opendelta.com/risks/basket-assets-related-activities.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.
