-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
1 parent
098a350
commit 1ccfa15
Showing
2 changed files
with
27 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
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,24 @@ | ||
# Prover market | ||
|
||
## Use prover | ||
|
||
Interact with provers directly with the prover market below. | ||
|
||
## Provide prover | ||
|
||
If you are a prover and want to be added to the prover market table, open a pull request and modify the table below located in path: | ||
``` | ||
taiko-mono/packages/website/pages/docs/reference/prover-market.mdx | ||
``` | ||
|
||
## Provers | ||
|
||
| Name | API Endpoint | Filtering/Censorship/Compliance | MEV Strategies/Ethical considerations | Prover software | Profit sharing model | | ||
| ----------- | ---------------------------- | ------------------------------ | ---------------------------------------------------- | --------------------------------- | -------------------- | | ||
| Main Prover | https://this.is.a.test.1.xyz | No filtering and no censorship | Maximize prover payout by including all valid blocks | https://this.is.a.test.link.1.xyz | 100% to prover | | ||
| Test Prover | https://this.is.a.test.2.xyz | No filtering and no censorship | Maximize prover payout by including all valid blocks | https://this.is.a.test.link.2.xyz | 100% to prover | | ||
|
||
## Reference | ||
|
||
Inpsired by MEV Boost market: | ||
https://github.com/eth-educators/ethstaker-guides/blob/main/MEV-relay-list.md |