From c9c96f9081a98aa1b25d6db9ce4d7c11d8488e9d Mon Sep 17 00:00:00 2001 From: AdeMi20 Date: Sat, 27 Jun 2026 17:06:32 +0100 Subject: [PATCH 1/2] docs: add exclusions documentation for non-fiat stellar anchors --- docs/anchors/exclusions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/anchors/exclusions.md diff --git a/docs/anchors/exclusions.md b/docs/anchors/exclusions.md new file mode 100644 index 00000000..f484f149 --- /dev/null +++ b/docs/anchors/exclusions.md @@ -0,0 +1,8 @@ +# Anchor Exclusions + +This document tracks entities that have been evaluated but excluded from integration as fiat anchors, along with the reasons for their exclusion. + +## Stellarport +- **Domain:** stellarport.io +- **Status:** Excluded +- **Reason:** Stellarport is primarily a Decentralized Exchange (DEX) and gateway for crypto assets (BTC, ETH, XRP, LTC). Verification of their `stellar.toml` reveals that all issued assets are crypto-anchored (`anchor_asset_type="crypto"`). Furthermore, their transfer server endpoint (`a3s.api.stellarport.io`) is unresponsive/non-existent. There is no evidence of fiat settlement or fiat off-ramp services. Thus, it is not suitable for fiat off-ramp integration. From 05eb3cfb6661953bc6116832d7d496b20053384a Mon Sep 17 00:00:00 2001 From: AdeMi20 Date: Sat, 27 Jun 2026 17:06:32 +0100 Subject: [PATCH 2/2] docs(anchors): document stellarport.io exclusion as non-fiat DEX gateway --- docs/anchors/exclusions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/anchors/exclusions.md b/docs/anchors/exclusions.md index f484f149..fd9acda9 100644 --- a/docs/anchors/exclusions.md +++ b/docs/anchors/exclusions.md @@ -3,6 +3,8 @@ This document tracks entities that have been evaluated but excluded from integration as fiat anchors, along with the reasons for their exclusion. ## Stellarport + + - **Domain:** stellarport.io - **Status:** Excluded - **Reason:** Stellarport is primarily a Decentralized Exchange (DEX) and gateway for crypto assets (BTC, ETH, XRP, LTC). Verification of their `stellar.toml` reveals that all issued assets are crypto-anchored (`anchor_asset_type="crypto"`). Furthermore, their transfer server endpoint (`a3s.api.stellarport.io`) is unresponsive/non-existent. There is no evidence of fiat settlement or fiat off-ramp services. Thus, it is not suitable for fiat off-ramp integration.