用户 Balancer Labs(@ BalancerLabs) 的最新消息

In both Aura and Balancer spaces, it's also possible to override the vote of your delegate if you wish.
View Balancer delegates here: https://forum.balancer.fi/c/de...
Or delegate directly to the Aura delegate ✅

在 Aura 和 Balancer 空间中,如果您愿意,也可以覆盖您的代表的投票。
在此处查看 Balancer 代表:https://forum.balancer.fi/c/de...
或者直接委托给 Aura 代表✅

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

❓TRIVIA time❓- Reference vs Data Types
Value type: variable stores its own data
Reference type: variable holds a location of the data
Which of the following variable types are reference types (as opposed to value types)?
a) structs
b) arrays
c) addresses

❓TRIVIA time❓- 参考与数据类型
值类型:变量存储自己的数据
引用类型:变量保存数据的位置
以下哪些变量类型是引用类型(与值类型相反)?
a) 结构
b) 数组
c) 地址

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

That is correct, it is called a Reentrancy Attack. In this attack, the contract fails to update its state before sending funds. Therefore, an attacker can continuously call the withdraw function to drain funds. A famous real-world Reentrancy Attack is the DAO attack from 2016.

没错,这就是所谓的重入攻击。在这次攻击中,合约在发送资金之前未能更新其状态。因此,攻击者可以不断调用withdraw函数来抽走资金。现实世界中著名的重入攻击是 2016 年的 DAO 攻击。

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

❓TRIVIA time❓- function visibility
What is the default visibility of a function that does not have a function visibility type specified?
Leave your answer in the comments ⬇️
a) private
b) public
c) external
d) internal

❓TRIVIA time❓- 功能可见性
没有指定函数可见性类型的函数的默认可见性是什么?
在评论中留下你的答案⬇️
a) 私人的
b) 公开的
c) 外部
d) 内部

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

Create a yield-generating Forex exchange. Imagine you have a USD MetaStable Pool and a EUR MetaStable one. Out of these two pools, you can create a Forex exchange that generates yield

创建一个产生收益的外汇交易所。想象一下,您有一个美元 MetaStable 池和一个欧元 MetaStable 池。在这两个池中,您可以创建一个产生收益的外汇交易所

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

Create a linear pool from any ERC-4626-compatible wrapped token. Using the newly created linear pool, you can create a Phantom Stable pool to then create a Boosted Pool in combination with any arbitrary landing platform

从任何与 ERC-4626 兼容的包装令牌创建一个线性池。使用新创建的线性池,您可以创建一个 Phantom Stable 池,然后结合任意登陆平台创建一个 Boosted Pool

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

You can deploy a Metastable Pool with the bb-a-USD and another stable coin

您可以使用 bb-a-USD 和另一个稳定币部署一个 Metastable Pool

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

Build on top of primitives such as Linear Pools or Phantom Stable Pools to get a different set of yield tokens

在线性池或幻影稳定池等原语之上构建以获得一组不同的收益令牌

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

The most straightforward use case is deploying your own Pool that has the bb-a-USD and another token of choice

最直接的用例是部署您自己的拥有 bb-a-USD 和另一种选择代币的矿池

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

What can you #BUIDL using Boosted Pools? 🧵

你能做什么

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

3️⃣ Cheaper route - Low liquidity
Another use case for batch swaps is when there isn't deep liquidity in a given Pool. https://t.co/9ZtAYrCG6I

3️⃣ 更便宜的路线 - 流动性低
批量交换的另一个用例是当给定池中没有深度流动性时。 https://t.co/9ZtAYrCG6I

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

2️⃣ Cheaper route - Large trade/high slippage
Ex) A trade of 1000 ETH for USDC on Balancer. To minimize slippage, the trade will be broken into three portions to minimize slippage and routed through different Pools. https://t.co/I5Zxcr5QSZ

2️⃣ 更便宜的路线 - 大交易/高滑点
例如)在 Balancer 上以 1000 ETH 兑换 USDC。为了最大限度地减少滑点,交易将分为三个部分以最大限度地减少滑点并通过不同的池进行路由。 https://t.co/I5Zxcr5QSZ

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

Batch swap use cases 💡
1️⃣ When a Pool doesn't contain all the tokens being traded
Ex) a trade from WBTC to wstETH on Balancer https://t.co/0zctHDIQmF

批量交换用例💡
1️⃣ 当矿池不包含所有正在交易的代币时
例如)在 Balancer 上从 WBTC 到 wstETH 的交易 https://t.co/0zctHDIQmF

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

Batch swaps are a single function call to Balancer's Vault, which then updates the balance of the Pools.
The Vault accounts for token balances, while the Swaps contract implements the logic behind swaps, joins, and exits.

批量交换是对 Balancer Vault 的单个函数调用,然后会更新池的余额。
Vault 负责代币余额,而 Swaps 合约实现了交换、加入和退出背后的逻辑。

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

Balancer Batch Swaps 🧵

平衡器批量交换🧵

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

#BALbyte: MEV
⚪ MEV is the profit a miner can make by including, excluding, or reordering block transactions.
⚪ Most forms of MEV are taken from 3rd party bots exploiting the slippage users allow in a trade.
⚪ MEV techniques: Front running, back running, & sandwiching https://t.co/TRGLRgJeQM

#BALbyte: MEV
⚪ MEV is the profit a miner can make by including, excluding, or reordering block transactions.
⚪ Most forms of MEV are taken from 3rd party bots exploiting the slippage users allow in a trade.
⚪ MEV techniques: Front running, back running, & sandwiching https://t.co/TRGLRgJeQM

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情

Our Balancer-Gnosis-Protocol w/ @CoWSwap combats MEV by leveraging batch auctions with uniform clearing prices for all trades in the same batch, protecting traders from value extraction 🤝

我们的 Balancer-Gnosis-Protocol w/@CoWSwap 通过利用批量拍卖为同一批次中的所有交易提供统一的清算价格来对抗 MEV,从而保护交易者免受价值提取🤝

发表时间:1年前 作者:Balancer Labs @BalancerLabs详情