stellar.toml checker

Checks your stellar.toml (v2.5.0) for connectivity, syntax, valid contents and availability of defined services and assets.
home_domain or accountID


success
Fetch SSL test: https://newxlm.com/.well-known/stellar.toml
No issues found.

success
Fetch NON-SSL test: http://newxlm.com/.well-known/stellar.toml
Your http endpoint redirects to your https endpoint.

Redirects:
  • https://newxlm.com/.well-known/stellar.toml

success
CORS test
Your CORS header is set correctly.

success
Parse TOML test: https://newxlm.com/.well-known/stellar.toml
Source
# ======================================
# NEWXLM β€” Stellar TOML
# Ecosystem: The New QFS
# Domain: newxlm.com
# ======================================

NETWORK_PASSPHRASE="Public Global Stellar Network ; September 2015"

VERSION="2.1.0"

# ======================================
# ACCOUNTS
# ======================================

ACCOUNTS=[
  "GBK2LHFDGNUS36ZK5R2FZZSAM5URTSWFWYA7MOTRS65GZQLR7QMQFXLM"
]

# ======================================
# DOCUMENTATION
# ======================================

[DOCUMENTATION]
ORG_NAME="The New QFS"
ORG_URL="https://newxlm.com"
ORG_DESCRIPTION="The New QFS is a movement built on Stellar. It represents the evolution from foundational positioning into protocol-aligned liquidity, settlement routing, and multi-asset quantum infrastructure. NEWXLM is a core asset designed for priority routing and reward activation within this framework."
ORG_LOGO="https://newxlm.com/logo.png"
ORG_OFFICIAL_EMAIL="support@newxlm.com"

# ======================================
# PRINCIPALS
# ======================================

[[PRINCIPALS]]
name="The New QFS"
email="support@newxlm.com"

# ======================================
# ASSETS
# ======================================

[[CURRENCIES]]
code="NEWXLM"
issuer="GBK2LHFDGNUS36ZK5R2FZZSAM5URTSWFWYA7MOTRS65GZQLR7QMQFXLM"
status="live"
display_decimals=7
name="NEWXLM"
desc="NEWXLM is a pegged 1:1 to native XLM inside The New QFS infrastructure. It is designed for redemption at the β€œFlip” event, where Protocol 26 triggers the settlement transition. Under the QFS model, NEWXLM will be equal to $450USD per unit at Flip."
conditions="Supply is fixed according to Phase 2 issuance parameters. No additional minting beyond defined stages."
image="https://newxlm.com/logo.png"

[[CURRENCIES]]
code="NativeXLM"
issuer="GBK2LHFDGNUS36ZK5R2FZZSAM5URTSWFWYA7MOTRS65GZQLR7QMQFXLM"
status="live"
display_decimals=7
name="NativeXLM"
desc="NativeXLM is the base Stellar Lumen asset used for reward allocations under The New QFS ecosystem. Pegged 1:1 to native XLM. It powers the network and ensures liquidity in the Quantum Financial System."
image="https://newxlm.com/logo.png"

[[CURRENCIES]]
code="NativeXRP"
issuer="GBK2LHFDGNUS36ZK5R2FZZSAM5URTSWFWYA7MOTRS65GZQLR7QMQFXLM"
status="live"
display_decimals=7
name="NativeXRP"
desc="NativeXRP is a cross-rail reference unit used for settlement and liquidity under The New QFS framework. Pegged 1:1 to native XRP. It plays a crucial role in connecting different asset classes within the ecosystem."
image="https://newxlm.com/logo.png"

[[CURRENCIES]]
code="NativeUSDC"
issuer="GBK2LHFDGNUS36ZK5R2FZZSAM5URTSWFWYA7MOTRS65GZQLR7QMQFXLM"
status="live"
display_decimals=7
name="NativeUSDC"
desc="NativeUSDC is a stablecoin reference unit used for stable value within the reward structure of The New QFS. Pegged 1:1 to native USDC. It ensures a stable foundation for asset transactions and rewards."
image="https://newxlm.com/logo.png"

[[CURRENCIES]]
code="GOLD"
issuer="GBK2LHFDGNUS36ZK5R2FZZSAM5URTSWFWYA7MOTRS65GZQLR7QMQFXLM"
status="live"
display_decimals=7
name="GOLD"
desc="Gold is a hard-asset anchor used for physical value backing under The New QFS. Pegged 1:1 to native GOLD price. It ensures that our reward system is grounded in tangible value."
image="https://newxlm.com/logo.png"

[[CURRENCIES]]
code="SILVER"
issuer="GBK2LHFDGNUS36ZK5R2FZZSAM5URTSWFWYA7MOTRS65GZQLR7QMQFXLM"
status="live"
display_decimals=7
name="SILVER"
desc="Silver is a hard-asset anchor that supports the liquidity of The New QFS and provides stability within the ecosystem. Pegged 1:1 to native SILVER price."
image="https://newxlm.com/logo.png"

# ======================================
# END OF FILE
# ======================================

success
stellar.toml global vars
No issues found.

success
stellar.toml DOCUMENTATION section
No issues found.

success
stellar.toml PRINCIPALS section
No issues found.

success
stellar.toml CURRENCIES section
No issues found.