Skip to main content
Coming Soon: The Developers section is under active development. Documentation will be available soon.

Overview

White-label integration lets you offer Centuari’s fixed-rate lending under your own brand.

Options

1. Full API Integration

Build completely custom UI, use our backend:
// Your frontend
const position = await yourBackend.createLendPosition({
  amount: 10000,
  ...
});

// Your backend calls Credit Kit
const result = await creditKit.lend({
  userId: userFromYourSystem,
  ...
});
Best for: Complete control over UX

2. Embedded Widget

Drop-in component with your styling:
<centuari-widget
  partner-id="your_partner_id"
  theme="dark"
  primary-color="#your-brand-color"
></centuari-widget>

<script src="https://cdn.centuari.io/widget.js"></script>
Best for: Quick integration with customization

3. Iframe Embed

Full app in an iframe:
<iframe
  src="https://app-staging.centuari.finance/embed?partner=your_id&theme=custom"
  style="width: 100%; height: 600px; border: none;"
></iframe>
Best for: Fastest integration

Customization

Branding

ElementCustomizable
Logo
Colors
Fonts
Copy/TextPartial
Domain✅ (Enterprise)

Features

Enable/disable features:
{
  "features": {
    "easyMode": true,
    "advancedMode": false,
    "vaults": true,
    "borrowing": false
  }
}

Revenue Share

Partners earn on user activity:
TierRevenue Share
Standard20%
Growth30%
EnterpriseCustom

Getting Started

1

Apply

Submit partner application
2

Configure

Set up branding and features
3

Integrate

Add widget or API integration
4

Launch

Go live with your users

Apply for Partnership

Start your white-label integration