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.

Last updated