Skip to content

Commit

Permalink
feat: add expiry acceptance criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Sep 24, 2024
1 parent 22e2c68 commit 40fa59d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions protocol/0097-PAPU-protocol_automated_purchases.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@ To ensure a market can only ever support one **active** PAP program:

- If the spot market specified in the PAP program is closed, then the PAP program should be cancelled.

#### Expiry and cancellations
### Expiry and cancellations

- Once a program's expiry timestamp is reached, the
- Given the program currently has no funds earmarked for an auction, if a program's expiry timestamp is reached, the program will be cancelled and no further auctions will take place.
- Given the program currently has earmarked funds for an auction but is not yet in the auction, if a program's expiry timestamp is reached, the program will be cancelled, the earmarked funds released and no further auctions will take place.
- Given the program is currently in an automated auction, if a program's expiry timestamp is reached, the program will only be cancelled when the current auction uncrosses at which point no further auctions will take place.

### Snapshots

Expand Down

0 comments on commit 40fa59d

Please sign in to comment.