Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/public-identity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Blocks built by BuilderNet nodes expose these key identifiers:
| Identifier | Description |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Extra data | `BuilderNet (<Operator>)` |
| Coinbase signing key | For signing the block and the proposer payment transaction. Also to accrue MEV value, which is later [redistributed to users](refunds). Currently the coinbase signing key is common across builder instances and has the address [`0xdadB0d80178819F2319190D340ce9A924f783711`](https://etherscan.io/address/0xdadB0d80178819F2319190D340ce9A924f783711) (ENS: [`buildernet.eth`](https://etherscan.io/name-lookup-search?id=buildernet.eth)). |
| Coinbase signing key | For signing the block and the proposer payment transaction. Also to accrue MEV value, which is later [redistributed to users](refunds). Currently the coinbase signing key is common across builder instances and has the address [`0xb8c16ed5b3de8c2f2f949b1c7e3647a18cc2dac3`](https://etherscan.io/address/0xb8c16ed5b3de8c2f2f949b1c7e3647a18cc2dac3) (ENS: [`buildernet.eth`](https://etherscan.io/name-lookup-search?id=buildernet.eth)). |
| Relay submission keys | Two BLS keys are used by each builder instance to sign bids submitted to relays, one for optimistic mode and one for non-optimistic submissions. These keys are unique per builder node. |
| Refund transactions | Refunds are sent from address [`0x62A29205f7Ff00F4233d9779c210150787638E7f`](https://etherscan.io/address/0x62A29205f7Ff00F4233d9779c210150787638E7f) (ENS: [`refunds.buildernet.eth`](https://etherscan.io/name-lookup-search?id=refunds.buildernet.eth)) |
---
Expand Down