From 66df2e30fc0e86cb425b3e76bfe27b9e1edce78c Mon Sep 17 00:00:00 2001 From: John Wooten Date: Wed, 22 Jul 2026 04:38:00 -0400 Subject: [PATCH 1/8] =?UTF-8?q?=F0=9F=94=97=20Update=20Anchor=20Platform?= =?UTF-8?q?=20repository=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the former java-stellar-anchor-sdk URLs with the current stellar/anchor-platform repository location. Co-authored-by: Codex --- docs/platforms/anchor-platform/README.mdx | 4 ++-- .../anchor-platform/admin-guide/events/integration.mdx | 2 +- docs/platforms/anchor-platform/sep-guide/sep1/README.mdx | 4 ++-- .../anchor-platform/sep-guide/sep24/configuration.mdx | 4 ++-- docs/platforms/anchor-platform/sep-guide/sep24/example.mdx | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/platforms/anchor-platform/README.mdx b/docs/platforms/anchor-platform/README.mdx index 61e4649b8c..33b4bff098 100644 --- a/docs/platforms/anchor-platform/README.mdx +++ b/docs/platforms/anchor-platform/README.mdx @@ -42,7 +42,7 @@ The Anchor Platform implements the following Stellar Ecosystem Proposals: ## Additional Resources -The documentation for the Anchor Platform is a work in progress. Developers are welcome to dive into the code and existing documentation on the [GitHub repository](https://github.com/stellar/java-stellar-anchor-sdk). +The documentation for the Anchor Platform is a work in progress. Developers are welcome to dive into the code and existing documentation on the [GitHub repository](https://github.com/stellar/anchor-platform). [sep-1]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md [sep-6]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md @@ -52,4 +52,4 @@ The documentation for the Anchor Platform is a work in progress. Developers are [sep-31]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0031.md [sep-38]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md [sep-45]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0045.md -[anchor-platform-github]: https://github.com/stellar/java-stellar-anchor-sdk +[anchor-platform-github]: https://github.com/stellar/anchor-platform diff --git a/docs/platforms/anchor-platform/admin-guide/events/integration.mdx b/docs/platforms/anchor-platform/admin-guide/events/integration.mdx index 8b9f7527f4..49b390ae1b 100644 --- a/docs/platforms/anchor-platform/admin-guide/events/integration.mdx +++ b/docs/platforms/anchor-platform/admin-guide/events/integration.mdx @@ -157,5 +157,5 @@ This configures the event service's callback API that will be used to send event - `API_KEY`: The event service will send an API key in the `Authorization` header of the request. The following are the supported configuration options: - `http_header`: The header in which the API key will be sent. -[default-values-file]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml +[default-values-file]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml [clients-config]: ../../sep-guide/sep10/README.mdx#config-with-client-attribution diff --git a/docs/platforms/anchor-platform/sep-guide/sep1/README.mdx b/docs/platforms/anchor-platform/sep-guide/sep1/README.mdx index 22a8beebdd..1157ae7676 100644 --- a/docs/platforms/anchor-platform/sep-guide/sep1/README.mdx +++ b/docs/platforms/anchor-platform/sep-guide/sep1/README.mdx @@ -186,7 +186,7 @@ The Anchor Platform's SEP-1 service is optional if you're hosting the file exter [minikube]: https://minikube.sigs.k8s.io/docs/ [kubernetes]: https://kubernetes.io/ [nginx]: https://www.nginx.com/ -[ap-default-values]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml +[ap-default-values]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml [stellar-demo-wallet]: https://demo-wallet.stellar.org [stellar-lab]: https://lab.stellar.org/ [postgresql]: https://www.postgresql.org/ @@ -195,4 +195,4 @@ The Anchor Platform's SEP-1 service is optional if you're hosting the file exter [sqlite]: https://www.sqlite.org/index.html [flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html [sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui -[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server +[sep-24-ref]: https://github.com/stellar/anchor-platform/tree/develop/kotlin-reference-server diff --git a/docs/platforms/anchor-platform/sep-guide/sep24/configuration.mdx b/docs/platforms/anchor-platform/sep-guide/sep24/configuration.mdx index 05ba291088..279850b2fa 100644 --- a/docs/platforms/anchor-platform/sep-guide/sep24/configuration.mdx +++ b/docs/platforms/anchor-platform/sep-guide/sep24/configuration.mdx @@ -197,7 +197,7 @@ The demo wallet should be able to find your `stellar.toml` file, authenticate us [minikube]: https://minikube.sigs.k8s.io/docs/ [kubernetes]: https://kubernetes.io/ [nginx]: https://www.nginx.com/ -[ap-default-values]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml +[ap-default-values]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml [stellar-demo-wallet]: https://demo-wallet.stellar.org [stellar-lab]: https://lab.stellar.org/ [postgresql]: https://www.postgresql.org/ @@ -206,6 +206,6 @@ The demo wallet should be able to find your `stellar.toml` file, authenticate us [sqlite]: https://www.sqlite.org/index.html [flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html [sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui -[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server +[sep-24-ref]: https://github.com/stellar/anchor-platform/tree/develop/kotlin-reference-server [sep1-ap]: ../sep1/README.mdx [json-rpc-methods]: ../../api-reference/platform/rpc/methods/README.mdx diff --git a/docs/platforms/anchor-platform/sep-guide/sep24/example.mdx b/docs/platforms/anchor-platform/sep-guide/sep24/example.mdx index e8959fda65..77854e3906 100644 --- a/docs/platforms/anchor-platform/sep-guide/sep24/example.mdx +++ b/docs/platforms/anchor-platform/sep-guide/sep24/example.mdx @@ -426,7 +426,7 @@ The code for the backend is a part of the Anchor Platform, and is available as a [minikube]: https://minikube.sigs.k8s.io/docs/ [kubernetes]: https://kubernetes.io/ [nginx]: https://www.nginx.com/ -[ap-default-values]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml +[ap-default-values]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml [stellar-demo-wallet]: https://demo-wallet.stellar.org [stellar-lab]: https://lab.stellar.org/ [postgresql]: https://www.postgresql.org/ @@ -435,4 +435,4 @@ The code for the backend is a part of the Anchor Platform, and is available as a [sqlite]: https://www.sqlite.org/index.html [flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html [sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui -[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server +[sep-24-ref]: https://github.com/stellar/anchor-platform/tree/develop/kotlin-reference-server From 0867ce640c46372947070bb657f3b5ff10c5f95f Mon Sep 17 00:00:00 2001 From: John Wooten Date: Wed, 22 Jul 2026 04:41:59 -0400 Subject: [PATCH 2/8] wording Redundant page explanation sentence. (You can see the items right there.) --- .../platforms/anchor-platform/api-reference/platform/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/anchor-platform/api-reference/platform/README.mdx b/docs/platforms/anchor-platform/api-reference/platform/README.mdx index 33ec426998..fbffe12168 100644 --- a/docs/platforms/anchor-platform/api-reference/platform/README.mdx +++ b/docs/platforms/anchor-platform/api-reference/platform/README.mdx @@ -5,7 +5,7 @@ sidebar_position: 10 import { MethodTable } from "@site/src/components/MethodTable"; -Data on the Anchor Platform is available through two different APIs: A REST API and a JSON-RPC API. Each of these APIs has associated documentation here. +Data on the Anchor Platform is available through two different APIs: From 0356dea1f3f49bd1160dab2eb57f4c0c6258c4e0 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Wed, 22 Jul 2026 04:50:30 -0400 Subject: [PATCH 3/8] =?UTF-8?q?=F0=9F=94=97=20Link=20Stellar=20Ecosystem?= =?UTF-8?q?=20Proposals=20to=20glossary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/platforms/anchor-platform/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/anchor-platform/README.mdx b/docs/platforms/anchor-platform/README.mdx index 33b4bff098..2eb6669959 100644 --- a/docs/platforms/anchor-platform/README.mdx +++ b/docs/platforms/anchor-platform/README.mdx @@ -7,7 +7,7 @@ description: "Learn how the Anchor Platform (AP) simplifies the process of build # Anchor Platform -The Anchor Platform provides a set of tools and APIs for building on and off-ramp services on the Stellar network. With standardized interfaces and full implementations of key Stellar Ecosystem Proposals (SEPs), it simplifies integration with Stellar-based wallets and exchanges, enabling you to focus on your core business logic rather than protocol implementation details. +The Anchor Platform provides a set of tools and APIs for building on and off-ramp services on the Stellar network. With standardized interfaces and full implementations of key [Stellar Ecosystem Proposals](../../learn/glossary.mdx#seps) (SEPs), it simplifies integration with Stellar-based wallets and exchanges, enabling you to focus on your core business logic rather than protocol implementation details. ## Supported SEPs From 21497748b72ae6ec66859892f47bbdac9c9be536 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Wed, 22 Jul 2026 04:54:52 -0400 Subject: [PATCH 4/8] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20Anchor=20P?= =?UTF-8?q?latform=20link=20definitions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Delete obsolete Markdown reference definitions that are no longer used by the overview page. Co-authored-by: Codex --- docs/platforms/anchor-platform/README.mdx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/platforms/anchor-platform/README.mdx b/docs/platforms/anchor-platform/README.mdx index 2eb6669959..eb913bb334 100644 --- a/docs/platforms/anchor-platform/README.mdx +++ b/docs/platforms/anchor-platform/README.mdx @@ -43,13 +43,3 @@ The Anchor Platform implements the following Stellar Ecosystem Proposals: ## Additional Resources The documentation for the Anchor Platform is a work in progress. Developers are welcome to dive into the code and existing documentation on the [GitHub repository](https://github.com/stellar/anchor-platform). - -[sep-1]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md -[sep-6]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md -[sep-10]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md -[sep-12]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md -[sep-24]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md -[sep-31]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0031.md -[sep-38]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md -[sep-45]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0045.md -[anchor-platform-github]: https://github.com/stellar/anchor-platform From 61bffef89f7f04f49eb93778d3d2463b665be859 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Wed, 22 Jul 2026 04:55:52 -0400 Subject: [PATCH 5/8] =?UTF-8?q?=F0=9F=8E=A8=20Normalize=20documentation=20?= =?UTF-8?q?formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- docs/platforms/anchor-platform/README.mdx | 4 ++-- docs/validators/tier-1-orgs.mdx | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60a66d10a2..3723a525f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ These guidelines exist because they're the difference between a PR that merges i ## Development Quickstart -We use [pnpm](https://pnpm.io/). See the [README](README.md#quick-start) for full setup. +We use [pnpm](https://pnpm.io). See the [README](README.md#quick-start) for full setup. ```bash pnpm install # install dependencies diff --git a/docs/platforms/anchor-platform/README.mdx b/docs/platforms/anchor-platform/README.mdx index eb913bb334..19e4e696b8 100644 --- a/docs/platforms/anchor-platform/README.mdx +++ b/docs/platforms/anchor-platform/README.mdx @@ -1,8 +1,8 @@ --- -title: "The Anchor Platform: Build and Manage On/Off-Ramps on the Stellar Network" +title: The Anchor Platform: Build and Manage On/Off-Ramps on the Stellar Network sidebar_position: 10 sidebar_label: Product Overview -description: "Learn how the Anchor Platform (AP) simplifies the process of building and managing a Stellar on and off-ramp. Learn about integrating with the AP or get API information." +description: Learn how the Anchor Platform (AP) simplifies the process of building and managing a Stellar on and off-ramp. Learn about integrating with the AP or get API information. --- # Anchor Platform diff --git a/docs/validators/tier-1-orgs.mdx b/docs/validators/tier-1-orgs.mdx index 00c136c032..463b42416f 100644 --- a/docs/validators/tier-1-orgs.mdx +++ b/docs/validators/tier-1-orgs.mdx @@ -11,7 +11,7 @@ To become a Tier 1 organization, a team running validators must convince enough :::info[In short] -Run three geographically dispersed Full Validators, achieve sustained 99.9%+ uptime visible on [Obsrvr Radar](https://radar.withobsrvr.com/), complete [SEP-20](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0020.md) and [SEP-1](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md) self-verification, and coordinate actively with the existing Tier 1 community. Joining is not a unilateral SDF decision — every existing Tier 1 organization independently decides whether to add you to their quorum set. Expect a process measured in months, not weeks. +Run three geographically dispersed Full Validators, achieve sustained 99.9%+ uptime visible on [Obsrvr Radar](https://radar.withobsrvr.com), complete [SEP-20](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0020.md) and [SEP-1](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md) self-verification, and coordinate actively with the existing Tier 1 community. Joining is not a unilateral SDF decision — every existing Tier 1 organization independently decides whether to add you to their quorum set. Expect a process measured in months, not weeks. ::: @@ -127,7 +127,7 @@ Make your organization discoverable and verifiable: - [ ] Create funded Stellar accounts for each validator node - [ ] Set home domain on-chain for each ([SEP-20](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0020.md)) - [ ] Publish a complete stellar.toml ([SEP-1](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md)) with organization info and all three `[[VALIDATORS]]` entries -- [ ] Verify your nodes appear correctly on [Obsrvr Radar](https://radar.withobsrvr.com/) +- [ ] Verify your nodes appear correctly on [Obsrvr Radar](https://radar.withobsrvr.com) ### Phase 4: Build Trust (Ongoing) @@ -168,7 +168,7 @@ The `#validator` channel on the [Stellar Dev Discord](https://discord.gg/stellar | --- | --- | | Stellar Dev Discord (`#validator`) — primary coordination channel for validator operators. Release announcements, upgrade coordination, incident response. | [discord.gg/stellardev](https://discord.gg/stellardev) | | stellar-core GitHub releases — official release notes | [github.com/stellar/stellar-core/releases](https://github.com/stellar/stellar-core/releases) | -| Obsrvr Radar — public validator uptime and quorum monitoring | [radar.withobsrvr.com](https://radar.withobsrvr.com/) | +| Obsrvr Radar — public validator uptime and quorum monitoring | [radar.withobsrvr.com](https://radar.withobsrvr.com) | | Admin Guide | [Admin Guide](./admin-guide/README.mdx) | | Example Mainnet Full Validator config | [stellar/packages on GitHub](https://github.com/stellar/packages/blob/master/docs/examples/pubnet-validator-full/stellar-core.cfg) | | SEP-20 (Self-Verification) | [stellar-protocol on GitHub](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0020.md) | From f1df6b02637d4b134b520df3ae733ec2fb28f713 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Wed, 22 Jul 2026 06:52:25 -0400 Subject: [PATCH 6/8] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Anchor=20Platform=20fr?= =?UTF-8?q?ont=20matter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/platforms/anchor-platform/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/anchor-platform/README.mdx b/docs/platforms/anchor-platform/README.mdx index 19e4e696b8..6b08fcbf6e 100644 --- a/docs/platforms/anchor-platform/README.mdx +++ b/docs/platforms/anchor-platform/README.mdx @@ -1,5 +1,5 @@ --- -title: The Anchor Platform: Build and Manage On/Off-Ramps on the Stellar Network +title: "The Anchor Platform: Build and Manage On/Off-Ramps on the Stellar Network" sidebar_position: 10 sidebar_label: Product Overview description: Learn how the Anchor Platform (AP) simplifies the process of building and managing a Stellar on and off-ramp. Learn about integrating with the AP or get API information. From 418bd910bae0e32e04a41585a699740a725a0fd4 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Thu, 6 Aug 2026 05:29:56 -0400 Subject: [PATCH 7/8] =?UTF-8?q?=E2=86=A9=EF=B8=8F=20Remove=20README=20word?= =?UTF-8?q?ing=20change=20(#2727)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- .../platforms/anchor-platform/api-reference/platform/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/anchor-platform/api-reference/platform/README.mdx b/docs/platforms/anchor-platform/api-reference/platform/README.mdx index fbffe12168..33ec426998 100644 --- a/docs/platforms/anchor-platform/api-reference/platform/README.mdx +++ b/docs/platforms/anchor-platform/api-reference/platform/README.mdx @@ -5,7 +5,7 @@ sidebar_position: 10 import { MethodTable } from "@site/src/components/MethodTable"; -Data on the Anchor Platform is available through two different APIs: +Data on the Anchor Platform is available through two different APIs: A REST API and a JSON-RPC API. Each of these APIs has associated documentation here. From 600944b941c3aadd27435f553b090575a5ecb1f8 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Thu, 6 Aug 2026 05:33:40 -0400 Subject: [PATCH 8/8] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Restore=20unrelated=20?= =?UTF-8?q?trailing=20slashes=20(#2701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- CONTRIBUTING.md | 2 +- docs/validators/tier-1-orgs.mdx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3723a525f9..60a66d10a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ These guidelines exist because they're the difference between a PR that merges i ## Development Quickstart -We use [pnpm](https://pnpm.io). See the [README](README.md#quick-start) for full setup. +We use [pnpm](https://pnpm.io/). See the [README](README.md#quick-start) for full setup. ```bash pnpm install # install dependencies diff --git a/docs/validators/tier-1-orgs.mdx b/docs/validators/tier-1-orgs.mdx index 463b42416f..00c136c032 100644 --- a/docs/validators/tier-1-orgs.mdx +++ b/docs/validators/tier-1-orgs.mdx @@ -11,7 +11,7 @@ To become a Tier 1 organization, a team running validators must convince enough :::info[In short] -Run three geographically dispersed Full Validators, achieve sustained 99.9%+ uptime visible on [Obsrvr Radar](https://radar.withobsrvr.com), complete [SEP-20](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0020.md) and [SEP-1](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md) self-verification, and coordinate actively with the existing Tier 1 community. Joining is not a unilateral SDF decision — every existing Tier 1 organization independently decides whether to add you to their quorum set. Expect a process measured in months, not weeks. +Run three geographically dispersed Full Validators, achieve sustained 99.9%+ uptime visible on [Obsrvr Radar](https://radar.withobsrvr.com/), complete [SEP-20](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0020.md) and [SEP-1](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md) self-verification, and coordinate actively with the existing Tier 1 community. Joining is not a unilateral SDF decision — every existing Tier 1 organization independently decides whether to add you to their quorum set. Expect a process measured in months, not weeks. ::: @@ -127,7 +127,7 @@ Make your organization discoverable and verifiable: - [ ] Create funded Stellar accounts for each validator node - [ ] Set home domain on-chain for each ([SEP-20](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0020.md)) - [ ] Publish a complete stellar.toml ([SEP-1](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md)) with organization info and all three `[[VALIDATORS]]` entries -- [ ] Verify your nodes appear correctly on [Obsrvr Radar](https://radar.withobsrvr.com) +- [ ] Verify your nodes appear correctly on [Obsrvr Radar](https://radar.withobsrvr.com/) ### Phase 4: Build Trust (Ongoing) @@ -168,7 +168,7 @@ The `#validator` channel on the [Stellar Dev Discord](https://discord.gg/stellar | --- | --- | | Stellar Dev Discord (`#validator`) — primary coordination channel for validator operators. Release announcements, upgrade coordination, incident response. | [discord.gg/stellardev](https://discord.gg/stellardev) | | stellar-core GitHub releases — official release notes | [github.com/stellar/stellar-core/releases](https://github.com/stellar/stellar-core/releases) | -| Obsrvr Radar — public validator uptime and quorum monitoring | [radar.withobsrvr.com](https://radar.withobsrvr.com) | +| Obsrvr Radar — public validator uptime and quorum monitoring | [radar.withobsrvr.com](https://radar.withobsrvr.com/) | | Admin Guide | [Admin Guide](./admin-guide/README.mdx) | | Example Mainnet Full Validator config | [stellar/packages on GitHub](https://github.com/stellar/packages/blob/master/docs/examples/pubnet-validator-full/stellar-core.cfg) | | SEP-20 (Self-Verification) | [stellar-protocol on GitHub](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0020.md) |