> For the complete documentation index, see [llms.txt](https://docs.bouncebit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bouncebit.io/bouncebit-cedefi/dapp.md).

# dApp

### Platform Architecture

The BounceBit dApp layer combines traditional blockchain primitives with CeFi-integrated protocols to create a comprehensive trading and yield infrastructure. This system unifies decentralized exchange functionality, staking mechanisms, and CeFi liquidity access through a single interface.

### Core Components

The infrastructure integrates three primary systems:

#### DeFi Primitives

The foundation layer provides essential blockchain functionality through a decentralized exchange and staking infrastructure. Users can access liquidity pools, execute swaps, and participate in network security through staking mechanisms.

#### CeDeFi Collaborations

The platform incorporates products like Ethena's USDe, enabling access to real-yield opportunities with partnered DeFi projects. These products maintain on-chain transparency while leveraging centralized infrastructure for yield generation.

#### Superfast

A key innovation is the Superfast protocol, which functions as an on-chain settlement layer for Binance liquidity. This system enables rapid transaction execution by bridging CEX liquidity directly to on-chain settlements, reducing latency while maintaining transparency.

### Technical Implementation

The infrastructure uses a modular architecture where each component maintains independent operation while sharing liquidity and settlement layers. Superfast's integration with Binance enables efficient price discovery and execution, while the DeFi primitives ensure decentralized access and control. This hybrid approach combines the efficiency of centralized liquidity with the security of on-chain settlement.


---

# 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.bouncebit.io/bouncebit-cedefi/dapp.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.
