# dYdX

{% hint style="info" %}
**Accessed via Wallet tab**

dYdX governance is available through the **Functions** button on the dYdX chain in the **Wallet tab**, not the DeFi tab.
{% endhint %}

Vultisig supports dYdX governance participation. Users can vote on dYdX proposals.

***

## Available Actions

| Action | Description                  |
| ------ | ---------------------------- |
| Vote   | Vote on governance proposals |
| Custom | Advanced memo transactions   |

***

## Voting

### How to Vote

1. Open **Wallet tab** → **dYdX** → **Functions** → **Vote**
2. Enter the **Proposal ID**
3. Select your **vote** (Yes/No/Abstain)
4. Sign with your devices

{% hint style="info" %}
To participate in governance, you must hold DYDX tokens in your vault.
{% endhint %}

***

## Custom Transactions

Advanced users can create custom memo transactions to interact with the dYdX ecosystem.

{% hint style="warning" %}
Custom transactions are for advanced users only.
{% endhint %}

***

## Related

* [DeFi Overview](/app-guide/defi.md)
* [dYdX Documentation](https://docs.dydx.exchange/)


---

# 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.vultisig.com/app-guide/defi/dydx.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.
