> For the complete documentation index, see [llms.txt](https://docs.enzyme.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enzyme.finance/onyx-user-documentation/enzyme-vault/subscription/cross-chain-deposits-and-redemptions.md).

# Cross-Chain Deposits and Redemptions

{% hint style="success" %}
**Onyx enables cross-chain deposits and redemptions.**

* Cross-chain functionality is available across any EVM-compatible network.
* Compatible with both synchronous and asynchronous deposit workflows.
  {% endhint %}

## Cross-Chain Deposits

You can deposit into an Onyx vault from a blockchain different from the one the vault lives on. The transfer is secured by [Chainlink CCIP](https://chain.link/cross-chain), Chainlink's cross-chain interoperability protocol.

{% hint style="info" %}
The ***Source Chain*** is the chain where you hold the deposit asset and initiate the transaction. The ***Vault Chain*** is the chain where the vault lives and where your deposit ultimately settles and your shares are minted.
{% endhint %}

#### Bridging Time

The deposit transactions are confirmed on the source chain within seconds. The CCIP message then travels to the vault chain, where deposit are processed and your shares are minted. Delivery typically takes **20–30 minutes**.

After submission, an alert on the deposit page links to the **CCIP Explorer** (`https://ccip.chain.link/tx/{your-tx-hash}`) where you can track the bridging progress in real time.

{% hint style="info" %}
A cross-chain deposit pays an additional CCIP messaging fee on top of standard network gas. The fee is included in the **Execute Deposit** transaction — you do not need to send a separate payment.
{% endhint %}

## Cross-Chain Redemptions

Vault shares always live on the **vault's chain,** they are never bridged back to the source chain deposits are from. Despite that, investors do not need to switch their wallet to the vault chain to redeem them. The redeem page lets them initiate redemption directly from the source chain, and CCIP relays the request across for them. See [Redemptions](/onyx-user-documentation/enzyme-vault/subscription/redemptions.md) for the general redemption flow.

{% hint style="info" %}
Shares from a cross-chain deposit are held in a wallet on the vault chain that you control through your source-chain address. From your perspective, you simply stay on the source chain throughout deposit, redemption, and any cancellation.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.enzyme.finance/onyx-user-documentation/enzyme-vault/subscription/cross-chain-deposits-and-redemptions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
