# Integration Guide

### Integration steps

1. **Apply** (Contact us): share product info and intended use case.
2. **Configure**:
   * Token specs: **name / symbol / decimals** (all customizable)
   * Redeem settings: **Instant**
   * Revenue recipient: address you provide (e.g., treasury/admin)
3. **Deploy BrandUSD (Sui)**: deployed by StableLayer.
4. **Integrate in product**:
   * **Mint**: USDC → BrandUSD (place entry points)
   * **Redeem**: BrandUSD → USDC
   * **Build BrandUSD use cases** (core)
5. **Go live**

### Admin Page

* **BrandUSD Dashboard**: Total Minted, Outstanding Supply, daily mint/redeem volumes...
* **Earnings Dashboard**: **Total earned, Unclaimed rewards, APY**.
* **Actions**: **Claim Revenue**.


---

# 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.stablelayer.site/integration/integrated-guide.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.
