Cryptographic proofs are checked to prevent double-spending.
Additionally, Hyphen implements a dynamic mechanism that makes the transfer fee variable.
It depends on:
- total liquidity supplied by LPs
- available liquidity in the pools.
4/
There is an equilibrium transfer fee, F(e), which is currently set as 0.1% and is charged when a cross-chain transfer brings the destination pool to a state where L = SL.
5/
โ Decentralized rebalancing:
Hyphen pools are designed in such a way that it incentivizes bridgoors to rebalance the pools in case of an imbalance in liquidity.
It maintains an Incentive Pool which is gradually filled as the pool becomes empty due to more one-sided demand.
6/
When a user makes a transfer and deposits in a pool that is low in available liquidity (hence a high Incentive Pool), some part of the Incentive Pool is given as a reward in the deposit transaction hence incentivizing the user to do this transfer.
7/
When this reward given on the source chain becomes more than the transfer fee on the destination chain, this transfer becomes profitable for the user.
Since Hyphen's liquidity pools are single asset pools, they are resistant to impermanent loss and therefore, a good (and safe) way for LPs to earn a fee on their positions
9/
Learn more about integrating #Hyphen in your dApp to enable๐ช๐๐๐๐๐๐๐๐ชcross-chain transfers, here๐
What is the most exciting thing about #Web3 to you?
Decentralization? Open access? Ownership?
For us, at @biconomy the most interesting lego of Web3 is --โจ๐๐ซ๐จ๐ฌ๐ฌ-๐๐ก๐๐ข๐ง ๐๐จ๐ฆ๐ฉ๐จ๐ฌ๐๐๐ข๐ฅ๐ข๐ญ๐ฒโจ
Why does it excite us so?
A๐งต๐
2/
Composability accelerates digital innovation in Web3 much more rapidly than Web2 could ever achieve:
Unlike Web2, developers don't have to wait for a code to be unveiled after reaching maturity.
3/
Thanks to the smart contracts being composable, developers can build on top of apps (even nascent ones) because code is open and verifiable and trust is not required.
This weekโs glossary covers EIP-4337, a proposal meant to handle a top preoccupation of the #Ethereum community: ๐๐๐๐จ๐ฎ๐ง๐ญ ๐๐๐ฌ๐ญ๐ซ๐๐๐ญ๐ข๐จ๐ง.
Weโll go over why the proposal was necessary and what solution it offers.๐งต๐
2/
First, a quick note: #accountabstraction allows a contract to become the top-level account that handles fees and starts the execution of the transaction.
3/
Ethereum developers have been preoccupied with account abstraction for a while.
The goal is to use #EVM code not just for implementing the logic of applications but also for the verification logic of individual wallets โ nonces, signatures, etc.