diff --git a/pages/builders/chain-operators/features/alt-da-mode.mdx b/pages/builders/chain-operators/features/alt-da-mode.mdx
index 50d34c2ac..e1e933699 100644
--- a/pages/builders/chain-operators/features/alt-da-mode.mdx
+++ b/pages/builders/chain-operators/features/alt-da-mode.mdx
@@ -15,6 +15,10 @@ import { Callout, Steps } from 'nextra/components'
 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.
 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.
 
+
+  This page includes providers that meet specific [inclusion criteria](#inclusion-criteria), as outlined below. 
+
+
 ## Prerequisite
 
 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.
   ### Setup Your DA Server
 
   
-    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.
+    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.
   
 
   *   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.
 *   Run a DA server as laid out in [Step 1](#setup-your-da-server)
 *   Provide the same  `--altda.enabled=true, --altda.da-server...` on `op-node` as listed in [Step 2](#configure-your-op-node)
 
+## Inclusion Criteria
+
+Alt DA teams who want to be featured on this page must meet the following criteria:
+
+*   Functional [DA Server](https://specs.optimism.io/experimental/alt-da.html#da-server), maintained in your own repo
+*   Supporting detailed documentation, to be referenced [here](#setup-your-da-server)
+*   Functioning OP Stack devnet using your DA server with linked configuration, contract addresses, and RPC address
+
 ## Next Steps
 
 *   Additional questions? See the FAQ section in the [Alt-DA Mode Explainer](/stack/protocol/features/alt-da-mode#faqs).