Skip to content

Commit

Permalink
docs(relay): start rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha committed May 10, 2024
1 parent 94f4ba6 commit 32b9134
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 286 deletions.
54 changes: 15 additions & 39 deletions docs/Relay/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,22 @@
title: Relay
---

## Comparision

| **Name** | **MEV Auction Platform ** | **Paradigm Merkle.io** | **Kolibrio** | **BloXroute** | **MEV-Blocker** | **MEV-Share** |
| ---------------------------------- | ------------------------- | --------------------------------------------------- | ------------ | ------------- | --------------- | ------------- |
| Revenue | | 90% of MEV,guaranteed at least$0.02 per transaction | 90% of MEV | 90% of MEV | $0 | $0 |
| Future Inclusion | ✔︎ || | | | |
| MEV Boost Compatible | ✔︎ | ✔︎ | | | | |
| New Trust Assumptions | | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| Exclude Reverting Transactions | | ✔︎ | | | | |
| Multi Block Support | | ✔︎ | | | | |
| Latency based || ✔︎ | | | | |
| Requires RPC Connection || ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| Requires Block Builder integration || ✔︎ | | | | |
| Dashboard | | theta | ox | ox | ox | ox |
| Compliant | | theta | ox | ox | ox | ox |
| Programmable privacy | | Theta | ox | ox | ox | Theta |
| Status API | | theta | ox | ox | ox | theta |
| Advanced API | | Theta | ox | | | ox |
| Dedicated RPC | | theta | | | Theta | theta |
| Fast inclusion | | theta | ox | Theta | Theta | |
| MEV Protection | | theta | Theta | Theta | Theta | theta |
| Chains | | | | | | |
| Ethereum | | Theta | Theta | Theta | Theta | Theta |
| Polygon || theta | Theta | Theta | ox | ox |
| Binance Smart Chain || ( ) | Theta | Theta | ox | ox |
| Total | | | | | | |
# ValidatorRegistration
## Properties

## Strategies
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **fee_recipient** | **String** | Address to receive fees from the block. | [default to null] |
| **gas_limit** | **String** | Preferred gas limit of validator. | [default to null] |
| **timestamp** | **String** | Unix timestamp of registration. | [default to null] |
| **pubkey** | **String** | BLS public key of validator. | [default to null] |

Check warning on line 14 in docs/Relay/index.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (pubkey)

## Latency Based
# ValidatorsResponseEntry
## Properties

Latency strategies within relay operations carry significant implications for
relay competitiveness. The practical upshot is that some relays can only
consistently compete through an artificial delay. An extreme case of this would
be a relay which is technically consistently non-competitive, but captures
exclusive order flow – in this case, a rational node operator will always query
it with an artificial latency parameter.

This competition among relays hints at a potential shift in the game, where
relays might strategically delay responses to enhance their chances of providing
the best bid. This adaptation could be likely incentivized by the benefits of
optimized delay, particularly for vertically-integrated builders who may be
inclined to pay a premium for more reliable bid inclusion.
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **slot** | **String** | | [optional] [default to null] |
| **validator_index** | **String** | | [optional] [default to null] |
| **entry** | [**getValidators_200_response_inner_entry**](#) | | [optional] [default to null] |
Loading

0 comments on commit 32b9134

Please sign in to comment.