# Vault Strategies - Node Operation

## GGP Vault

Our strategy for the GGP vault is staking the GGP Vault deposits on the node addresses that SeaFi operates. Based on the deposit cap set of the vault, we will spin up the appropriate number of minipools to efficiently utilize the GGP up to the cap.

We supply the AVAX needed to run the nodes and handle all of the node operator responsibilities. Then we use the GGP tokens in the vault on those nodes in order to earn rewards on them.&#x20;

When the `stakeAndDistributeRewards` method is called to stake the GGP that is in the vault, the value of all shares will increase by the [`targetAPR`](/overview/key-variables.md#targetapr) amount.&#x20;

## AVAX Vault

We use the AVAX from the vault to run [GoGoPool](https://app.gogopool.com/) minipools.&#x20;


---

# 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.seafi.app/overview/vault-strategies-node-operation.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.
