# Risks

## Voters

Your **CVX/CRV** is NEVER staked on Votium, and we have no control over your funds.

Your locked CVX is always on Convex's smart contracts, therefore you are not exposed to any extra smart contract risks when using Votium, excluding the following:

1. If you choose to delegate, you will need to interact with the delegation function on [Snapshot's ](https://docs.snapshot.org/guides/delegation)delegation smart contract (Which uses the [Gnosis Delegate Registry contract](https://github.com/gnosis/delegate-registry/blob/main/contracts/DelegateRegistry.sol)). This contract is being used by some of the biggest protocols in DeFi  and thousands of spaces for years.
2. Claiming auction rewards via the Votium Merkle airdrop smart contract.

Interacting with a smart contract always introduces risks. Votium is experimental software provided "as is", use at your own discretion.

## Buyers

Buyers are exposed to smart contract risk by interacting with and depositing their incentive to the auction contract.

The methods of depositing and distributing incentives are very simple. Incentives will be distributed via an updateable merkle airdrop contract used by Sushi and others. Contracts will be available on GitHub and on Etherscan for review.

Interacting with a smart contract always introduces risks. Votium is experimental software provided "as is", use at your own discretion.


---

# 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.votium.app/faq/risks.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.
