> For the complete documentation index, see [llms.txt](https://creoengine.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://creoengine.gitbook.io/whitepaper/the-products/creo-engine-bridge-protocol.md).

# Creo Engine Bridge Protocol

**Core Features of the Creo Engine Bridge**

1. **BNB Chain to Ethereum Connectivity:**\
   Users on the BNB Chain can move their CREO tokens to Ethereum and vice versa. This functionality enhances the accessibility and trading potential of CREO tokens, ensuring they are not limited to a single chain.
2. **EVM Compatibility Expansion:**\
   Creo Engine Bridge is designed to integrate with all EVM-compatible chains, broadening the scope of its interoperability. The next phase includes **Solana**, with additional chains to follow, ensuring a growing network of connectivity.
3. **Secure and Transparent Transfers:**\
   Transactions across the bridge are powered by robust blockchain protocols that ensure the integrity, transparency, and security of each transfer. Users can trust the system to safeguard their assets during cross-chain operations.
4. **Enhanced Liquidity and Utility:**\
   By enabling cross-chain transfers, the bridge increases liquidity for CREO tokens and unlocks broader use cases within decentralized finance (DeFi) and trading ecosystems.

***

**A Vision for Interconnected Blockchains**

The Creo Engine Bridge represents a step toward creating a unified ecosystem where assets flow freely between blockchain networks. This interoperability enhances the flexibility and functionality of CREO tokens, enabling users to participate seamlessly in diverse blockchain environments while maintaining full control of their assets.

By connecting BNB Chain, Ethereum, and eventually all EVM-compatible chains, the Creo Engine Bridge underscores the ecosystem’s commitment to scalability, user empowerment, and a truly interconnected digital economy.


---

# 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://creoengine.gitbook.io/whitepaper/the-products/creo-engine-bridge-protocol.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.
