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
4 changes: 2 additions & 2 deletions docs/public-identity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: Public identification
description: Public identifiers for BuilderNet nodes and blocks.
---

### Key identifiers
0x55FCaB56363A4371AC257FeC71e5fBaFbD0fc290

Blocks built by BuilderNet nodes expose these key identifiers:

| Identifier | Description |
| 0x55FCaB56363A4371AC257FeC71e5fBaFbD0fc290 | 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)). |
Expand Down