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
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
| Element | Customizable |
|---|
| Logo | ✅ |
| Colors | ✅ |
| Fonts | ✅ |
| Copy/Text | Partial |
| Domain | ✅ (Enterprise) |
Features
Enable/disable features:
{
"features": {
"easyMode": true,
"advancedMode": false,
"vaults": true,
"borrowing": false
}
}
Revenue Share
Partners earn on user activity:
| Tier | Revenue Share |
|---|
| Standard | 20% |
| Growth | 30% |
| Enterprise | Custom |
Getting Started
Apply
Submit partner application
Configure
Set up branding and features
Integrate
Add widget or API integration
Launch
Go live with your users
Apply for Partnership
Start your white-label integration