Skip to content

Commit

Permalink
Update docs/cow-protocol/reference/core/auctions/bonding_pools.md
Browse files Browse the repository at this point in the history
Co-authored-by: Haris Angelidakis <[email protected]>
  • Loading branch information
bram-vdberg and harisang authored Dec 17, 2024
1 parent af7e8d7 commit 45d44e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cow-protocol/reference/core/auctions/bonding_pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vouching contracts:
- [Arbitrum](https://arbiscan.io/address/0xAAA4De096D02AE21729aA31D967E148D4e3Ae501)
- [Base](https://basescan.org/address/0xAAA4De096D02AE21729aA31D967E148D4e3Ae501)

The `Vouch` method receives a list as an argument and can vouch for multiple submission addresses in a single transaction. The transaction must contain: the submission address for the solver, the bonding pool that is vouching for the solver, and the rewards address that the solver would like to use to receive their [rewards](https://docs.cow.fi/cow-protocol/reference/core/auctions/rewards).
The `Vouch` method receives a list as an argument and can vouch for multiple submission addresses in a single transaction. The transaction must contain: the submission address for the solver, the bonding pool that is vouching for the solver, and the rewards address that the solver would like to use to receive their [rewards](/cow-protocol/reference/core/auctions/rewards).

# How to leave a bonding pool
Leaving a bonding pool involves the same process as joining a bonding pool, except that the owner of the bonding pool will call the `invalidateVouching` method instead with the solver's submission address and the bonding pool that vouched for the solver as arguments.
Expand Down

0 comments on commit 45d44e0

Please sign in to comment.