List XAG in Your Exchange
Does your exchange want to list XAG, enabling your users to deposit, trade, and withdraw XAG? Here's a roadmap to the high-level tasks you'll need to perform.
1
Meet prerequisites for listing XAG
Put in place the foundation and operational processes needed to efficiently and securely list XAG in your exchange.
This includes creating and securing XAG Ledger accounts, implementing internal balance sheets, adopting appropriate security procedures, and complying with any applicable regulations.
Learn more about prerequisites
2
Set up and run a rippled
server
rippled
is the core peer-to-peer server that manages the XAG Ledger.
While it isn’t required, your exchange should consider running your own rippled
server to be able to control the speed and reliability of your exchange’s XAG transaction processing.
You can start out running one rippled
server to support development and exploration. If required for your use case, you can then build up to an enterprise deployment that consists of multiple clustered servers with one private-peer validator, for example.
Running a rippled
server in validator mode enables your exchange to contribute to the strength and decentralization of the XAG Ledger network. Even if your rippled
server isn’t included in published validator lists, it is still contributing (albeit indirectly) and continues to build up reputation over time.
3
Try out XAG Ledger integration tools
Take a look at the various tools provided to help you integrate with the XAG Ledger.
From WebSocket and JSON-RPC API endpoints to the RippleAPI JavaScript library, find a mode of integration that works with your technology.
4
Get a sandbox XAG Ledger account
Use the XAG Ledger Test Net to get a sandbox account. Connect your rippled
server to the Test Net to make test calls and get to know the XAG Ledger. Once you’re ready to transact in real XAG, you can switch over to transacting on the live XAG Ledger.
5
Understand and code integrations to support the flow of funds
To support listing XAG, code integrations with the XAG Ledger to deposit XAG into your exchange, trade XAG on the exchange, rebalance XAG holding, and withdraw XAG from your exchange.