通过收益构建

Blast 是一个具有以太坊和稳定币原生收益的 L2。收益使得可以创建新的收入流,并为最终用户提供新颖的奖励。

一个与 EVM 兼容的 L2,旨在帮助你和你的用户赚取更多收益。

原生收益

收益率作为一种原语为 Dapps 开启了新的商业模式。桥接到 Blast 的 ETH 和稳定币将自动获得收益。Dapps 可以通过单一配置轻松地将存款变现。了解更多

Gas 费收入

其他 L2 将 Gas 费收入归为自己所有。Blast 通过程序将这一收入返还给开发者。你可以保留这一收入,也可以用来为用户补贴 Gas 费用。了解更多

空投

Blast 空投的 50% 已保留给开发者。开发者空投将于一月份与 Blast 测试网络一同上线。了解更多

如果你已经在主网或任何 L2 上部署过,你可以轻松地在 Blast 上进行部署。

Blast 是 EVM 等同性的,因此你可以在 Blast 上构建 Dapps 而无需学习新的工具包。你的所有代码、工具和基础设施都可以直接使用。


interface IBlast {
    // See IBlast interface source code
}

contract ContractWithAutomaticYield {
    constructor() {
        // Contract balance will grow automatically
        IBlast(0x43...02).configureAutomaticYield();
    }
}

interface IBlast {
    // See IBlast interface source code
}

contract ContractWithClaimableYield {
    constructor() {
        IBlast(0x43...02).configureClaimableYield()
    }
    
    function claimYield(address recipient, uint256 amount) external {
        // This function is public meaning anyone can claim the yield
        IBlast(0x43...02).claimYield(address(this), recipient, amount);
    }
    
    function claimAllYield(address recipient) external {
        // This function is public meaning anyone can claim the yield
        IBlast(0x43...02).claimAllYield(address(this), recipient);
    }
}

interface IBlast {
    // See IBlast interface source code
}

contract ContractEarnsGasFeeRevnue {
    constructor() {
        IBlast(0x43...02).configureClaimableGas()
    }
    
    function claimAllGas(address recipient) external {
        // This function is public meaning anyone can claim the gas
        IBlast(0x43...02).claimAllGas(address(this), recipient);
    }
}

与以下兼容

兼容 Hardhat兼容 Foundry

是时候抛弃其他 L2 了

Blast 拥有你在其他 L2 上喜爱的相同功能,同时提供 10 倍以上的价值。

Blast 与其他 L2 的比较

US$0.0百万的流动性正在等着你

0 用户已经预存了 US$0.0百万美元到 Blast,以期待在二月份的主网上线。当 Blast 主网上线时,桥接合约将解锁并释放所有这些用户和资金至你的 Dapps。

Blast 开发者空投

Blast 开发者空投将于一月份在 Blast 测试网络上线时开始。Blast 空投的50%已分配给开发者。有关如何领取空投以及空投的运作方式说明将在测试网络上线时分享。

早期体验空投时间线

加入社区

同时,加入我们在 Discord 上的开发者社区,以更多地了解 Blast(也不要错过空投)。

基础设施合作伙伴

QuickNode
The Graph
Ankr
Pyth
Conduit

需要更多信息吗?

在一月份 Blast Developer 空投和测试网上线时将提供更多文档。与此同时,加入我们的 Discord 服务器以获取更多信息。