# Retaining Governance

As mentioned in the [Protocol Mechanics](/protocol-overview/liquid-vault-mechanics.md) section, you can keep the governance rights of your token when depositing into Fyde. Too often, protocols and DAOs end up sacrificing governance rights in an attempt to diversify, access yield, or to interact with DeFi in general. Unfortunately, this can open oneself up to governance attacks, resulting in things like dissolution, draining of wallets, etc. Through Fyde, you can interact with and experience the benefits of DeFi without having to lose all of your governance rights in the process.&#x20;

If you wish to keep governance rights on your deposited tokens, you simply need to select the "Retain governance" toggle when depositing (shown below).&#x20;

<figure><img src="/files/TG8V46CvIfDHimvCqDjx" alt=""><figcaption></figcaption></figure>

The proportional value of $TRSY is still minted, however, it is automatically deposited into a custodial contract— issuing “governance TRSY” ($gTRSY) instead. This enables you to retain the governance power of the deposited tokens by giving you the ability to choose a wallet address or a Snapshot space to delegate to.&#x20;

To do so, you simply go to the Governance tab and choose which token to redelegate. You then choose whether you'd like to redelegate to an ERC-20 wallet or a Snapshot space, input the wallet address, and click "Delegate" (shown below).&#x20;

<figure><img src="/files/Nz2jtqmybhu1kpyEQglU" alt=""><figcaption></figcaption></figure>

It's important to keep in mind that **the amount of governance rights you have will fluctuate based on the relative exchange rate of your deposited token and $TRSY**. For example, if your token underperforms $TRSY by 20% then your governance rights increase by 20% given the new exchange rate. And conversely, if your token has outperformed by 20% then your governance rights decrease by 20%.&#x20;

While this may seem counterintuitive at first, you can think of this as a "trade". If you were to sell your token for $ETH, $ETH outperformed by 20%, and you bought back your original token, then your governance rights would have increased. On the other hand, if your token outperformed $ETH, then your governance rights would have decreased once you bought back your tokens. The key difference is that through Fyde, you still get to keep your governance rights during the course of this trade.&#x20;

Because of this fluctuation, you will need to rebalance your governance rights whenever you vote to ensure that you have the latest counter.

<figure><img src="/files/K6eMZGwjyesQcE2MNLax" alt=""><figcaption></figcaption></figure>

If you forget to rebalance while your governance allocation is overweight, the protocol may rebalance for you if it needs the tokens to perform pool operations.


---

# 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.fyde.fi/protocol-overview/liquid-vault-mechanics/retaining-governance.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.
