Skip to content
Open
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
4 changes: 4 additions & 0 deletions docs/networks/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: "Explore the different networks, including Mainnet, Testnet, and Fu

# Networks

go to https://lab.stellar.org/account

friendbot.stellar.org is deprecated
Comment on lines +10 to +12

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep Friendbot guidance consistent

This new blanket deprecation notice conflicts with the same page still advertising Friendbot as available, listing https://friendbot.stellar.org as the Testnet Friendbot API, and telling developers they can request funds through SDKs. For users following the Network Comparison or Friendbot sections, the page now gives contradictory instructions about whether the endpoint should be used; if direct Friendbot access is deprecated, the table and Friendbot section need to be updated with the replacement path or this notice should be qualified.

Useful? React with 👍 / 👎.


Stellar has three networks: the public network (Mainnet, also called Pubnet or the Public Network), the test network (Testnet), and a dev network (Futurenet).

- **Mainnet** is the main network used by applications in production. It connects to real financial rails and requires XLM to cover minimum balances, transaction fees, and rent.
Expand Down