Position status
Expected on withdrawal
The position's live share of the Balancer pool. This moves with trading until the position is actually redeemed.
| Token | Amount |
|---|
Withdraw
When the backer is a Safe, every action below is a real Safe transaction: connect an owner key, approve on-chain, then anyone can execute once the threshold is met. Nothing moves until the Safe's own rules are satisfied.
-
1
Release the pool tokens
Calls
releaseBalancerPoolTokens, sending the Balancer pool tokens from the backing instance to the backer. -
2
Approve the pool tokens
A standard ERC-20
approve, letting the backing factory pull the pool tokens for redemption. -
3
Redeem for underlying tokens
Calls
exitLBPon the factory, exchanging the pool tokens for the backing asset and stable CRC — delivered straight back to the backer.