Integration
Compatibility Limitations: Before integrating USDN into your project, it is crucial to note that rebasing tokens like USDN are rarely supported by most protocols. This is due to the technical challenges of handling the periodic adjustments in token quantity (rebase). As a result, we strongly recommend using wUSDN (wrapped USDN) for integrations.
Integrating Native USDN (Advanced Use Case)
For advanced projects or protocols that natively support rebasing tokens, it is possible to directly integrate USDN. This allows projects to take full advantage of USDN’s rebase mechanism.
Considerations:
Ensure the protocol fully supports rebasing tokens.
Monitor the adjustments in USDN quantity to avoid unexpected issues.
Refer to the codebase to fully understand how USDN operates and ensure proper implementation.
Integrating wUSDN for Maximum Compatibility
wUSDN is a wrapped version of USDN that provides stability and is supported by a wider range of protocols. Unlike USDN, wUSDN does not actively rebase, making integrating into platforms that do not natively support rebasing tokens easier.
Benefits of wUSDN:
Stability in token quantity without periodic adjustments.
Compatibility with DeFi protocols.
A direct reflection of USDN’s yield in wUSDN’s price (e.g., a 10% yield increases wUSDN’s price from $1 to $1.1).
Last updated