Skip to content

Commit

Permalink
"Conclude" > "Resolve"
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDelaney committed Apr 16, 2024
1 parent c3a80a4 commit 82452d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/future_improvements.md
Expand Up @@ -38,7 +38,7 @@ stateDiagram-v2
BiddingOnL1 --> Purchase: [P3]
BiddingOnL2 --> BiddingOnL1: FanoutStandingBid [P2]
BiddingOnL2 --> Purchase: FanoutStandingBid [P3]
Purchase --> [*]: Conclude [P4]
Purchase --> [*]: Resolve [P4]
```

There are two changed state transitions:
Expand Down Expand Up @@ -101,4 +101,4 @@ Endpoints

L1 fully backed bids don't break price discovery because of the uncertainty over the amount of funds users have available, due to the possibility for other sources of funds to participate.

The uncertainty can be recreated by allowing bidders to commit with multiple wallets. It does potentially enable other uses, such as short-term L2 lending. We will withold judgement on the desirability of such a case here.
The uncertainty can be recreated by allowing bidders to commit with multiple wallets. It does potentially enable other uses, such as short-term L2 lending. We will withold judgement on the desirability of such a case here.

0 comments on commit 82452d1

Please sign in to comment.