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

# Depositing Plug-ins

The heart and essence of the Toupée Tech ecosystem resides within its unique model of extensions! Through "extensions," any yield-generating asset established within any protocol on the Base chain can seamlessly integrate into Toupée Tech, each with its dedicated gauges! Users gain the ability to deposit their LP tokens produced on decentralized exchanges (DEXs), tokens acquired from lending/borrowing platforms, and essentially any tokens generating yield independently. These gauges would generate $oWIG as incentives, mirroring the mechanism of $SOLID on Solidly. The distinction emerges in that these $oWIG tokens would represent a call option for $WIG. By holding oWIG, users gain the capacity to purchase $WIG at the predefined floor price of 1 ETH.<br>

### Example


---

# 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.toupee.tech/depositing-plug-ins.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.
