# Decentralized Application (dApp)

One of the most important features of any DeFi protocol is the decentralized application (dApp). A user's experience on a protocol's dApp can potentially make or break how well a protocol attracts and retains users. BlockCentral spent many months designing and refining the dApp design to ensure maximum ease of use and functionality.

One important distinction of the BlockCentral dApp is all functions will be viewable without connecting a wallet. We want potential users to be able to view the full suite of features without feeling vulnerable via wallet connect. Anyone can preview the dApp simply by visiting [app.blockcentral.io](https://app.blockcentral.io/).

\----

*A brief summary of each page featured in the dApp:*

**Dashboard** page provides users with a broad summary of their holdings, their Net APY, and the primary tokens and earning opportunities of the protocol.&#x20;

**Cross Chain** page presents an Axelar/Squid Router widget integration allowing users to bridge from any network and any token to MATIC on Polygon to interact with the BlockCentral dApp.

**Trade** page offers a token swapper where users can easily trade between BLOC, wETH, MATIC, and USDC. The Trade page also allows users to make and break farm liquidity pool (LP) token directly in the dApp without the need to navigate to a third-party DEX.

**Staking** and **Farming** pages are users' direct interaction with their active holdings in the protocol; depositing, withdrawing, zapping, and setting their customized settings via our newly established Dynamic Strategies (details explaining this feature are upcoming in this document).

**Markets** page provides clean, interactive chart tracking of the assets featured in the protocol. You will find charts for BLOC and the LP token values. Users often ask what the value of a single farm LP token is; now we will have the ability to show this data visually at any time.

**NFT** page will show a user's NFT holdings, their upcoming weekly rewards, the ability to choose to auto-stake their rewards into Single Staking, and a timer for when the next rewards will be distributed (additional NFT details to be explained later in this document).

###


---

# 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.blockcentral.io/blockcentral/decentralized-application-dapp.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.
