🚀 Titan Yield Protocol Whitepaper 🚀
Welcome to the Titan Yield Whitepaper—your guide to understanding how our BNB yield farming protocol works on Binance Smart Chain (BSC). Below you’ll find clear explanations of mechanics, incentives, limits, and why Titan Yield offers a secure, high-frequency compounding experience. 🔥💰
1. 🌟 Overview
Titan Yield is a fully decentralized, immutable smart-contract protocol rewarding BNB depositors with 1% interest per day. Users choose when to compound their earnings by calling a simple “Compound” function. Additional features include:
- 💸 1.5% deposit fee forwarded to a fixed fee wallet for protocol sustainability—automatically added on top of the user’s intended deposit amount by the DApp.
- 🤝 15% referral bonus on generated interest, paid instantly to referrers.
- 🚀 Minimum deposit of 0.008 BNB and 🛑 max daily withdrawal of 0.15 BNB to ensure fairness and long-term stability.
Everything runs trustlessly—no owner keys, no upgradeable proxies, and no hidden backdoors. 🔒
2. 🛠️ How It Works
2.1 🏦 Earning Mechanics
- Deposit BNB via the DApp or any Web3 wallet. When you enter an amount (e.g. 1 BNB), the UI automatically calculates and adds the 1.5% fee on top (0.015 BNB), so the contract receives 1.015 BNB but credits exactly 1 BNB to your principal.
- ⏱️ Interest Accrual accrues at 1% per day. The contract tracks the timestamp of your last compound. After 24 hours (or more), pending rewards accumulate until you interact.
- 🔄 Compound by clicking “Compound Earnings.” This on-chain call adds all accrued interest to your principal, resetting the accrual timer.
- 💵 Withdraw any portion of your profits (never touching your principal) up to 0.15 BNB per 24‑hour window. Withdrawing also reduces your principal, ensuring future interest is based on the remaining balance.
- 🤩 Referral Rewards: If you were referred, your referrer receives 15% of the interest you generate, credited separately as referral earnings—immediately withdrawable.
2.2 đź”’ Contract Security
- 🛡️ No Admin Privileges: Once deployed, no one (including deployer) can pause, upgrade, or drain the contract.
- 🔄 Reentrancy Protection: Core functions use OpenZeppelin’s ReentrancyGuard.