# Crosschain

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

#### **Contracts:** <a href="#contracts" id="contracts"></a>

These contracts form the core of the Crosschain module and are crucial for the functioning of the crosschain transfer mechanism.

1. **AccumulatedDepositor** (**contracts/crosschain/AccumulatedDepositor.sol**): This contract handles the deposit of tokens on the destination chain.
2. **CrossChainDepositor** (**contracts/crosschain/CrossChainDepositor.sol**): This contract manages the deposit of tokens on the source chain.

These contracts ensure the secure and efficient execution of crosschain transactions, offering users the opportunity to utilize assets across different chains effectively.


---

# 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.bolide.fi/bolide-earn/strategies/bolide-v2/crosschain.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.
