Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 462 Bytes

btoken.md

File metadata and controls

8 lines (4 loc) · 462 Bytes

BPTs

All pools in Balancer are also ERC20 tokens known as BPTs (Balancer pool tokens) which represent proportional ownership in the pool's liquidity. When users add liquidity through joinPool or joinswap* they receive BPTs proportional to the amount of assets they are adding to the pool.

Notes

BPTs are an opinionated ERC20 token implementation and have a few subtle differences. transferFrom from itself does not require a previous allowance.