> For the complete documentation index, see [llms.txt](https://docs.bukprotocol.io/buk-protocol-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bukprotocol.io/buk-protocol-v2/buk-protocol-smart-contracts/cross-chain-contracts.md).

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