Skip to content

Commit

Permalink
Prover market
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz committed Sep 9, 2023
1 parent 098a350 commit 1ccfa15
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/website/pages/docs/reference/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"rpc-configuration": {
"title": "RPC configuration"
},
"prover-market": {
"title": "Prover market"
},
"node-troubleshooting": {
"title": "Node troubleshooting"
},
Expand Down
24 changes: 24 additions & 0 deletions packages/website/pages/docs/reference/prover-market.mdx
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

0 comments on commit 1ccfa15

Please sign in to comment.