Build with yield
Yotsuha is an L2 with native yield for ETH and stablecoins. Yield makes it possible to create new revenue streams and provide novel rewards for end-users.
An evm-compatible L2 designed to help you and your users earn more.
NATIVE YIELD
Yield as a primitive unlocks new business models for Dapps. ETH and stablecoins bridged to Yotsuha automatically earn yield. Dapps can easily monetize deposits with a single config.
GAS FEE REVENUE
Other L2s keep revenue from gas fees for themselves. Yotsuha gives this revenue back to developers programatically. Keep this revenue for yourself or use it to subsidize gas fees for your users.
AIRDROP
50% of the Yotsuha Airdrop has been reserved for developers. The Developer Airdrop launches in January along with the Yotsuha Testnet.
If you've deployed on mainnet or any L2, you can easily deploy on Yotsuha.
Yotsuha is EVM equivalent, so you can build Dapps on Yotsuha without learning a new toolkit. All your code, tools, and infrastructure work out of the box.
1
2
3
4
5
6
7
8
9
interface IYotsuha {
// See IYotsuha interface source code
}
contract ContractEarnsGasFeeRevnue {
constructor() {
IYotsuha(0x...).configureClaimableGas()
}
}