Learn/Developers

Whitelabel Stablecoins on DRP

How to create a whitelabel stablecoin on DRP

6 min readDevelopers

The simplest product you can build on the Deaderal Reserve Protocol is a whitelabel stablecoin. This is a proxy contract that wraps USDeAD into a new token with your own name, symbol, and branding.

How It Works

Your proxy contract takes a user's ETH (or wstETH/rETH), passes it through to the DRP, deposits the collateral, mints USDeAD, then wraps the USDeAD into your branded stablecoin. The user receives your token (e.g. 'myUSD') which is 1:1 backed by USDeAD, which is itself backed by ETH/LST collateral held above the 115% liquidation threshold. When users redeem, the process reverses: unwrap, burn USDeAD, withdraw collateral.

Beyond Stablecoins

The same proxy pattern works for any synthetic asset. Instead of pegging to USD, you could create tokens pegged to gold, oil, or any other price feed. You can also connect the proxy to AI agent standards so automated systems can open vaults, manage positions, and handle liquidations.

Fee Structure

The 1% exit fee is fixed and non-negotiable -- it's hardcoded in the DRP contract. However, you can add your own minting fee on top. For example, charge 0.5% on mint linked to your wallet or a community token distribution contract. This gives you a sustainable revenue model while your users still benefit from 0% ongoing interest.