Decentralized Revenue Aggregator
Automatic pool selection
The Zunami Protocol utilizes decentralized revenue aggregator to select the most profitable stablecoin pools and optimally balance funds between them, eliminating the need for constant market research and manual transfers. This allows for users to generate passive income with minimal effort.
The community and the Zunami team continually analyze the risk/profit ratio of stablecoin locations and through DAO voting, make decisions regarding strategy and asset rebalancing to ensure users receive the highest possible yield while diversifying their funds across trusted pools and dAPPs.
.png?alt=media&token=d8ef3772-1cfd-48a1-a12f-a2ae5d154fa8)
Zunami Protocol Omni Pool
Zunami offers the Omni pool, a decentralized location for users to deposit USDT, USDC, and DAI. These funds are then distributed among multiple strategies, which can range from 2 to 10 at a time. The selection and rebalancing of these strategies is determined by a DAO vote.
The DAO's role is to identify new strategies, put them to a vote, and ensure timely rebalancing and diversification of funds. Regardless of which strategy the funds were allocated to, each depositor in Zunami will receive a ZLP token proportional to their contribution to the protocol. All profits generated by the Zunami Protocol will be distributed among ZLP holders, with the exception of a performance fee which will be directed to the treasury.
The high commission costs on the Ethereum network are a significant problem for the advancement and future of DeFi. To address this, the Zunami Protocol team has developed a Transaction Batching Mechanism (TBM) to optimize costs.
This multi-layer smart contract allows users to deposit funds into an initial contract using the delegateDeposit() function. Then, once a day, the completeDeposit() function automatically allocates user funds to strategies without incurring any additional costs.

Cost optimization
Important to know: the cost of this complex transaction will not be much higher than a regular transfer.
This allows for reducing expenses up to 10 times compared to using Curve and Convex directly. Delegation of withdrawals and deposits is available by checking a box in the application. Users of alternative networks can use Zunami via a Gateway on the BSC chain and Polygon, with the cost of interacting with the smart contract being less than $1.
The DeFi ecosystem is becoming increasingly complex, and to maximize yield, users need to deposit into Curve and take LP tokens to StakeDAO or Convex. The Zunami protocol simplifies this process by creating a number of strategies and automating the entire process in one transaction, making it more convenient for users.
Users receive rewards in the form of tokens, but for those with small deposits, selling these rewards can be unprofitable due to high commission costs or lack of time. Zunami takes care of selling the rewards for you, allowing you to fully benefit from compound interest
The are two types of pools exist on Convex. Pools with [CRV, CVX] rewards and [CRV, CVX, Additional rewards...].
Let's define some variables that we need fo calculation:
Also, we need a binary function for make a decision based on the current timestamp:
And some constants:
Based on the following formula, we can calculate annual percentage rate (APR):
In this formula we calculate the APR for CRV, CVX and APR for an additional reward pools. The final APR is the sum of them (If we are not in the time interval when the pool is disabled)
APY (Annual Percentage Yield) can be found from APR:
Last modified 2mo ago