Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions backend/.well-known/stellar.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# SEP-0001 Stellar Metadata for PayD

NETWORK_PASSPHRASE = "Test SDF Network ; September 2015"
HORIZON_URL = "https://horizon-testnet.stellar.org"

[DOCUMENTATION]
ORG_NAME = "PayD"
ORG_URL = "https://payd.example.com"
ORG_DESCRIPTION = "PayD is a Stellar-based cross-border payroll platform enabling organizations to pay employees using digital assets."
ORG_LOG_URL = "https://payd.example.com/logo.png"

[CONTACT]
ORG_SUPPORT_EMAIL = "support@payd.example.com"

[[CURRENCIES]]
code = "ORGUSD"
issuer = "GD7TPWEDZCAD3TTMI7OGEDHHVH4QIJPKKXWKT3NIXOFMVA5QJ4BEBVLF"
display_decimal = 2
name = "PayD Organizational Dollar"
desc = "A stablecoin pegged to USD for payroll disbursements within the PayD platform."
status = "live"
conditions = "This asset is used for payroll and requires authorization from the issuer."
is_asset_anchored = true
anchor_asset_type = "other"
anchor_asset = "USD"
funding_methods = "Direct issuance to distribution accounts."
Loading