Skip to content

Commit 2796533

Browse files
authored
Merge pull request #774 from ethereum-optimism/altda-inclusion-criteria
Update alt-da-mode.mdx
2 parents e8cb7c8 + 3a105ef commit 2796533

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pages/builders/chain-operators/features/alt-da-mode.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ import { Callout, Steps } from 'nextra/components'
1515
This guide provides a walkthrough for chain operators who want to run an Alt-DA Mode chain. See the [Alt-DA Mode Explainer](/stack/protocol/features/alt-da-mode) for a general overview of this OP Stack configuration.
1616
An Alt-DA Mode OP Stack chain enables a chain operator to post and read data to any alternative data availability layer that has built a functioning OP Stack DA Server.
1717

18+
<Callout>
19+
This page includes providers that meet specific [inclusion criteria](#inclusion-criteria), as outlined below.
20+
</Callout>
21+
1822
## Prerequisite
1923

2024
You should use at least the following compatible op\* versions when running your chain.
@@ -34,7 +38,7 @@ For deploying your contracts, use the latest release.
3438
### Setup Your DA Server
3539

3640
<Callout type="warning">
37-
DA Servers are not built or maintained by Optimism Collective Core Contributors. They are often maintained by the team that built the DA Layer that the DA Server enables access to. Please reach out to the team who built the DA Server you are trying to run with any questions or issues.
41+
DA Servers are not built or maintained by Optimism Collective Core Contributors. DA servers are maintained by third parties and run at your own risk. Please reach out to the team who built the DA Server you are trying to run with any questions or issues.
3842
</Callout>
3943

4044
* Celestia's docs on how to run the [Celestia DA server](https://github.com/celestiaorg/op-plasma-celestia/blob/main/README.md)
@@ -104,6 +108,14 @@ For deploying your contracts, use the latest release.
104108
* Run a DA server as laid out in [Step 1](#setup-your-da-server)
105109
* Provide the same `--altda.enabled=true, --altda.da-server...` on `op-node` as listed in [Step 2](#configure-your-op-node)
106110

111+
## Inclusion Criteria
112+
113+
Alt DA teams who want to be featured on this page must meet the following criteria:
114+
115+
* Functional [DA Server](https://specs.optimism.io/experimental/alt-da.html#da-server), maintained in your own repo
116+
* Supporting detailed documentation, to be referenced [here](#setup-your-da-server)
117+
* Functioning OP Stack devnet using your DA server with linked configuration, contract addresses, and RPC address
118+
107119
## Next Steps
108120

109121
* Additional questions? See the FAQ section in the [Alt-DA Mode Explainer](/stack/protocol/features/alt-da-mode#faqs).

0 commit comments

Comments
 (0)