# Cross-Chain Deposit Module (CCDM)

## What is CCDM?

The **Cross-Chain Deposit Module (CCDM)** is a sophisticated system built on **Royco** designed to facilitate cross-chain liquidity acquisition campaigns. IPs can incentivize APs to commit liquidity on a source chain towards agreed-upon actions (supplying, LPing, swapping, etc.) on a destination chain. **Royco** provides efficient price discovery for protocols trying to acquire liquidity for a desired timeframe. **CCDM** handles safely transporting this liquidity to the intended protocol in a trust minimized manner. A single **CCDM** instance can facilitate cross-chain campaigns from a **single** source chain to a **single** destination chain.

## How does it Work?

**CCDM** consists of two core components: the **Deposit Locker** on the source chain and the **Deposit Executor** on the destination chain. All incentive negotiation and liquidity provision is powered by **Royco Recipe IAMs** that live on the source chain. Visit the following sections for a comprehensive explanation of how each **CCDM** component operates:

* [**CCDM Enabled Recipe IAMs**](/more/cross-chain-deposit-module-ccdm/ccdm-recipe-iams.md) **-** *Source Chain*
* [**Deposit Locker**](/more/cross-chain-deposit-module-ccdm/deposit-locker.md) **-** *Source Chain*
* [**Deposit Executor**](/more/cross-chain-deposit-module-ccdm/deposit-executor.md) **-** *Destination Chain*

## Applications

**CCDM** will be used to power [**Boyco**](https://blog.berachain.com/blog/rfb-boyco): allowing protocols on [**Berachain**](https://www.berachain.com/) to create pre-launch, liquidity acquisition marketplaces for day one liquidity.


---

# 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.royco.org/more/cross-chain-deposit-module-ccdm.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.
