# Yield Aggregators

Provides connectivity across the various **Yield Aggregator protocols.**

Following are the common functions implemented for all the Yield Aggregator protocols:-&#x20;

<table><thead><tr><th width="150">Name</th><th width="150">Type</th><th>Description</th></tr></thead><tbody><tr><td>getbalance</td><td>Read</td><td>Get balance of the user in a given Vault or Pool (harvest finance).</td></tr><tr><td>getvaults</td><td>Read</td><td>Get the number of the vaults along with the respective vault APY.</td></tr><tr><td>depositvault</td><td>Write</td><td>Trigger the deposit transaction for the given vault.</td></tr><tr><td>depositpool</td><td>Write</td><td>Trigger the deposit transaction for the given pool.</td></tr><tr><td>withdrawvault</td><td>Write</td><td>Trigger the withdraw transaction for the given vault.</td></tr><tr><td>withdrawpool</td><td>Write</td><td>Trigger the withdraw transaction for the given pool.</td></tr></tbody></table>


---

# 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.expand.network/integrations/yield-aggregators.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.
