Balmy
Transformers
Transformers
  • Transformers
  • Architecture
    • Transformer
    • Base Transformer
    • Transformers
      • Protocol Token Wrapper
      • ERC4626
        • AaveV3
        • AaveV2
        • Beefy
      • Transformer Registry
  • Tech Guides
    • Interacting with the transformers
    • Smart Contract Registry
    • Github
Powered by GitBook
On this page

Was this helpful?

Transformers

Transformer architecture aims to solve a common problem within web3 development: Having to deal with similar assets that have really similar behaviors, but no standardization between them. This means that integrating them needs to have case-by-case implementations for each of those assets.

We are looking to standardize assets that represent yield bearing or a group of other tokens such as: Uniswap LPs, Curve LPs, aTokens, yvTokens, wrapped protocol tokens (WETH, WMATIC, etc.), and so on.

For this, we are now defining the concept of dependent tokens. These are tokens that depend on one or more underlying tokens, they can't exist on their own.

NextTransformer

Last updated 2 years ago

Was this helpful?