Automated Yield Donation Protocol
The Automated Yield Donation Protocol allows users to deposit their assets, initially ADA with future support planned for OUSD and other tokens, into dedicated donation vaults. These vaults leverage OADA’s advanced yield generation methods, including stake delegation, stake auctions, and liquidity provision, all within carefully managed risk guidelines.
At set intervals (such as each epoch or specific calendar dates), a portion of the generated yield chosen by the user is automatically directed to Switzerland for UNHCR. Crucially, your original deposited amount remains accessible and untouched, providing peace of mind and safety. By clearly separating earned interest from your original assets, this protocol enables you to sustainably support humanitarian initiatives while maintaining complete control over your investments.
Yield Donation System
1. User selects donation percentage when making deposit (25%, 50%, 75%, or 100% of yield)
2. This selection is stored with their deposit record. The calculation is as follows:
soada_yield = (soada_exchange_rate_at_close - soada_exhange_rate_at_open) * 0.999 * soada_in_donation_box
donation_rate = soada_yield * selected_donation_percentage**
donation_amount = donation_rate / (0.999 * soada_exchange_rate_at_close * soada_in_donation_box)
Last updated