The V2.1 Difference

How Bancor's V2 Update Takes AMMs to the Next Level‌

A New Kind of AMM

When Bancor introduced the first Automated Market Maker (AMM) on Ethereum in 2017, the notion of an on-chain, order-book-less exchange was novel and experimental. Bancor v1 was designed to solve the liquidity problem where sparse order books struggled to guarantee liquidity to investors on both sides of a trade. Just a few years later, Bancor has inspired a new form of automated asset exchange which generates billions of dollars in cryptocurrency trading volume per day.‌

But the success of legacy AMMs has exposed key downsides of the initial model, affecting both traders and liquidity providers (LPs):‌

  • Involuntary Token Exposure

With the interests of both traders and LPs in mind, Bancor v2.1 offers solutions to this problem.‌

Contrary to other AMMs, Bancor uses its protocol token, BNT, as the counterpart asset in every pool. Using an elastic BNT supply, the v2.1 protocol is able to provide liquidity in its pools to support single-sided token deposits.

Bancor v2.1 Economic Analysis (TopazeBlue)

Single-Sided Exposure

Most first generation AMMs require LPs to contribute two tokens (e.g., LINK and ETH) representing the component parts of the liquidity pool. This is both an inconvenience and a liability for many LPs who may hold only one of the assets and/or are only interested in exposure to that single asset.

Bancor v2.1 breaks this paradigm, allowing LPs to contribute and maintain 100% exposure in a single token. As an LP, the user remains 100% exposed to the price of the token they deposited, while accruing yield from auto-compounding fees (paid in the token staked) and, when active, liquidity mining rewards (paid in BNT in Bancor v2.1, and in Bancor 3, rewards can be paid in both BNT and third-party protocol tokens).

LPs can provide liquidity to Bancor either entirely in their preferred asset or entirely in BNT.

Limitations

In order to allow for the special properties of Bancor v2.1, there are a few limitations.‌

No Rebase Tokens

v2.1 currently DOES NOT support dynamically adjusting supply tokens (i.e., "rebase" tokens) that can control and adjust the token balances in users' wallets.

Token Whitelisting Requirements

See the most up to date technical requirements for whitelisting.

Requirements:

Transparency

  1. The token contract needs to be verified on Etherscan.

  2. The token contract should have an audit from a known security auditor or explain why it wasn’t audited (for example, if it’s a standard token from the OpenZeppelin library).

  3. The project should have a publicly visible test suite with decent test coverage.

Administrative Risk

Special administrative privileges over the protocol - such as minting privileges - should be restricted:

  1. They should not be owned by EOA.

  2. They can be governed by multisigs.

  3. They can enforce timelock or similar restrictions.

Protocols that don’t comply with this should provide an explanation why (the DAO reserves the right to decide whether to accept the explanation or not).

The above may not contradict with the technical requirements - e.g. an upgradable token can not be whitelisted regardless of the reasoning.

Technical

  1. The token contract should not be upgradable.

  2. Only the token holders themselves should be able to transfer or burn their tokens. It shouldn’t be possible for any other account (including owners/admins) to transfer or burn tokens belonging to other users, without their explicit permission.

  3. Minting of new tokens should be restricted and conform to the whitepaper and the security audit.

  4. Rebasing tokens or tokens with elastic supply aren’t currently supported.

  5. Tokens that apply transfer fees aren’t currently supported. Please note that tokens that have the fee mechanism in place but haven’t activated it yet are exempt.

  6. Token transfers shouldn’t be pausable or subjected to a whitelist unless a reasonable explanation is provided.

  7. There should not be any restrictions on transferring or trading (e.g., restricting how many blocks you have to hold a token before you can transfer it, fees/taxes on transfers, including to/from trading pools, etc.)

Economic Requirements

  1. The token should be fairly distributed (e.g., it can’t be concentrated in a few addresses).

Last updated