-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
title: Intents | ||
reveal: true | ||
theme: blood | ||
summary: | | ||
Intents are a new model for describing an outcome. If a transaction explicitly refers to how an action should be performed, an intent refers to what the desired outcome of that action should be. | ||
featureimage: 2023/08/intents/intents.png | ||
--- | ||
<section> | ||
<section> | ||
<h1>Intents</h1> | ||
</section> | ||
<section> | ||
<h4>Definition</h4> | ||
An intent is signed a set of **declarative constraints** which allow a user to outsource transaction creation to a third party without relinquishing full control to the transacting party. | ||
</section> | ||
<section> | ||
If a transaction explicitly refers to **how** an action should be performed, an intent refers to **what** the desired outcome of that action should be. | ||
|
||
If a transaction says _“do A then B, pay exactly C to get X back”_, an intent says _“I want X and I’m willing to pay up to C”_. | ||
</section> | ||
<section> | ||
![](intents.png) | ||
</section> | ||
<section> | ||
Think about the difference between using a taxi to get from A to B versus a rental car | ||
</section> | ||
<section> | ||
<h4>Features</h4> | ||
Limit Orders | ||
|
||
CowSwap-style Auctions | ||
|
||
Gas Sponsorship | ||
|
||
Delegation | ||
|
||
Transaction Batching | ||
|
||
Aggregators | ||
</section> | ||
<section> | ||
![](intentpool.png) | ||
</section> | ||
<section> | ||
<h4>Challenges</h4> | ||
Credible commitment & Decentralization | ||
|
||
Privacy | ||
|
||
Intent language/Protocol | ||
</section> | ||
|
||
<section> | ||
<h4>Intent protocols</h4> | ||
|
||
Anoma | ||
|
||
Flashbot's SUAVE | ||
|
||
h/t 0x | ||
</section> | ||
</section> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.