# Cross Chain contracts

Use cases for cross-chain solutions for dynamic assets:

* Liquidity aggregation: dAssets may be held across various chains and also listed on marketplaces which operate on different networks. BUK Protocol's cross-chain liquidity aggregation will provide the following features:
  * Data feeds for dAsset NFTs held by a wallet address across all supported chains.
  * Data feeds for dAsset NFT's for a given contract, and listed for sale across all supported chains.
* dAsset NFT transfer across multiple chains: Messaging layer for a wallet to purchase a dAsset NFT listed on another chain, while maintaining their wallet on the current chain. For example, purchase an NFT listed on Ethereum with a wallet connected to Polygon.&#x20;
* Automation rules for distribution of royalties to owners and operators with contracts on one chain, even for transactions occurring on another network, relating to dAssets on their contract.
* &#x20;Verifiable Tamper proof randome number generators to create dynamic QR codes or booking IDs to prevent ticket scalping and fake ticketing.


---

# 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.bukprotocol.io/buk-protocol-v2/buk-protocol-smart-contracts/cross-chain-contracts.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.
