Become an XAG Ledger Gateway

Gateways are the businesses that link the XAG Ledger to the rest of the world. An existing online financial institution can expand to act as a gateway in the the XAG Ledger. By becoming an XAG Ledger gateway, a financial services business can gain several advantages:

  • By enabling its customers to send and receive value in the XAG Ledger, the business increases its value proposition to customers.
  • By accepting payments from the XAG Ledger, the business increases the number of ways that customers can fund accounts at its business, even internationally.
  • The business can use XAG Ledger-related services as a new source of revenue.

This document explains the concepts and steps necessary to become an XAG Ledger gateway. In this document, we use a fictional online currency exchange named "ACME" and its customers as examples, to show how ACME can expand its business to include being an XAG Ledger gateway.

Contact Information

You are not on your own. Ripple wants gateways to succeed, so we are here to help. Please contact us if you need help building and growing your gateway.

  • Contact partners@ripple.com for enterprise-class integrations, infrastructure advice, and other business development needs.
  • Contact support@ripple.com for technical questions, clarifications, bug reports, and feature requests.

Gateways Explained

Gateways are businesses that provide a way for money and other forms of value to move in and out of the XAG Ledger. There are three major models that gateways can follow, with different purposes and modes of operation.

  • An Issuing Gateway receives money (or other assets of value) outside of the XAG Ledger, and creates issuances in the XAG Ledger. This provides a direct way for customers to get money in and out of the XAG Ledger. All currencies in the XAG Ledger, except for XAG, take the form of issuances tied to a specific issuing gateway.
  • A Private Exchange holds XAG and lets its customers buy and sell that XAG in its own system. Most cryptocurrencies rely on private exchanges to provide a market for the cryptocurrency, but the XAG Ledger has a currency exchange built into the protocol itself.
  • Merchants accept payment within the XAG Ledger in exchange for goods and services in the outside world. Currently, Ripple (the company) does not provide support for merchant operations using the XAG Ledger.

This guide focuses on running an issuing gateway.

Trust Lines and Issued Currencies

All assets in the XAG Ledger, except for the native cryptocurrency XAG, are represented as issued currencies, which are digital balances that represent currency or assets of value held by an issuer. The XAG Ledger has a system of directional accounting relationships, called trust lines, to make sure that users only hold issued currencies from counterparties they trust.

Main article: Trust Lines and Issuing.

XAG

XAG is the native cryptocurrency of the XAG Ledger. XAG can be sent directly from any XAG Ledger address to any other, without going through a gateway or liquidity provider. This helps make XAG a convenient bridge currency. For more information on XAG, see the XAG Portal .

Issuing gateways do not need to accumulate or exchange XAG. They must only hold a small balance of XAG to meet the reserve requirements and pay the cost of sending transactions through the network. The XAG equivalent of $10 USD should be enough for at least one year of transaction costs for a busy gateway.

Main article: XAG.

Liquidity and Currency Exchange

The XAG Ledger contains a decentralized asset exchange, where any user can place and fulfill bids to exchange XAG and issued currencies in any combination. Cross-currency payments use the decentralized exchange to convert currency atomically when the transaction is executed. In this way, users who choose make offers in the decentralized exchange provide the liquidity that makes it possible to trade issued currencies.

Currency traders who hold a gateway's issued currencies can provide liquidity to other popular currencies, without the gateway needing to float a large reserve in various destination currencies. The gateway also does not need to take on the risk of holding a variety of currencies. However, a gateway may still want to provide liquidity to XAG or other popular currencies at a baseline rate, especially when the gateway is new to the exchange. If you do provide liquidity, use a different address for trading than your issuing address.

Third-party liquidity providers can use the rippled APIs, RippleAPI JavaScript Library, or a third-party client application to access the distributed exchange. It may also help client applications to surface information about your gateway to clients if you provide an XAG-ledger.toml file.

Contact partners@ripple.com for help establishing liquidity between your gateway and others.

Suggested Business Practices

The value of a gateway's issued currency in the XAG Ledger comes directly from the trust that customers can redeem the issued balance from the gateway when needed. We recommend the following precautions to reduce the risk of business interruptions:

Hot and Cold Wallets

In the XAG Ledger, financial institutions typically use multiple XAG Ledger addresses to minimize the risk associated with a compromised secret key. Ripple strongly recommends the following separation of roles:

  • One issuing address, also known as a "cold wallet." This address is the hub of the financial institution's accounting relationships in the ledger, but sends as few transactions as possible.
  • One or more operational addresses, also known as "hot wallets." Automated, internet-connected systems use the secret keys to these addresses to conduct day-to-day business like transfers to customers and partners.
  • Optional standby addresses, also known as "warm wallets." Trusted human operators use these addresses to transfer money to the operational addresses.

Main article: Issuing and Operational Addresses

Fees and Revenue Sources

There are several ways in which a gateway can seek to profit from XAG Ledger integration. These can include:

  • Withdrawal and Deposit fees. Gateways typically charge a small fee (such as 1%) for the service of adding or removing money from the XAG Ledger. You have the power to determine the rate you credit people when they move money onto and off of the XAG Ledger through your gateway.
  • Transfer fees. You can set a percentage fee to charge automatically when customers send each other issued currencies created by your issuing address. This amount is debited from the XAG Ledger, decreasing your obligation each time your issued currencies change hands. See TransferRate for details.
  • Indirect revenue from value added. XAG Ledger integration can provide valuable functionality for your customers that distinguishes your business from your competitors.
  • Interest on XAG Ledger-backed funds. You can keep the collateral for the funds you issue in XAG Ledger in a bank account that earns interest. Make sure you can always access enough funds to service customer withdrawals.
  • Financial Exchange. A gateway can also make offers to buy and sell its issued currencies for other issued currencies in the XAG Ledger, providing liquidity to cross-currency payments and possibly making a profit. (As with all financial exchange, profits are not guaranteed.)

Choosing Fee Rates

Fees imposed by gateways are optional. Higher fees earn more revenue when a gateway's services are used. On the other hand, high fees discourage customers from using your services. Consider the fees that are charged by other gateways, especially ones issuing similar currencies, as well as traditional payment systems outside of the XAG Ledger, such as wire fees. Choosing the right fee structure is a matter of balancing your pricing with what the market is willing to pay.

Gateway Compliance

Gateways are responsible for complying with local regulations and reporting to the appropriate agencies. Regulations vary by country and state, but may include the reporting and compliance requirements described in the following sections.

Know Your Customer (KYC)

Know Your Customer (KYC) refers to due diligence activities conducted by a financial institution to determine and verify the identity of its customers to prevent use of the institution for criminal activity. Criminal activity in financial terms may include money laundering, terrorist financing, financial fraud, and identity theft. Customers may be individuals, intermediaries, or businesses.

The KYC process generally aims to:

  • Identify the customer (and, in the case of organizations and businesses, any beneficial owners)

  • Understand the purpose and intended nature of the business relationship

  • Understand the expected transaction activity.

KYC is critical for financial institutions and related businesses to mitigate risk, especially legal and reputational risk. Having an inadequate or nonexistent KYC program may result in civil and criminal penalties for the institution or individual employees.

See also:

Anti-Money Laundering (AML) and Combating the Financing of Terrorism (CFT)

Money laundering is the process of moving illegal funds by disguising the source, nature or ownership so that funds can be legally accessed or distributed via legitimate financial channels and credible institutions. In short, it is converting “dirty money” into “clean money.” Anti-Money Laundering (AML) refers to the laws and procedures designed to stop money laundering from occurring.

Terrorist financing is the solicitation, collection, or provision of funds to organizations engaged in terrorist activity or organizations that support terrorism and its proliferation. Combating the Financing of Terrorism (CFT) refers to the process of identifying, reporting, and blocking flows of funds used to finance terrorism.

See also:

Source of Funds

To prevent illicit funds from passing through their systems, financial institutions must be able to determine within reason if the source of a customer’s funds is linked to criminal activity.

Determining the exact source of funds for every customer may not be administratively feasible. As a result, some regulatory authorities may not provide specific regulation or guidance for all accounts. In specific cases, however, authorities may require financial institutions to identify and report the source of funds. Guidance by the FATF recommends that where the risks of money laundering or terrorist financing are higher (commonly referred to as a “risk-based approach”), financial institutions conduct enhanced due diligence, including but not limited to determining the customer’s source of funds.

Suspicious Activity Reporting

If a financial institution suspects that funds may be related to criminal activity, the institution must file a Suspicious Activity Report (SAR) with the appropriate regulatory authority. Failure to report suspicious activity may result in in penalties for the institution.

See also:

Travel Rule

The Travel Rule is a Bank Secrecy Act (BSA) rule requiring funds-transmitting financial institutions to forward certain information to the next financial institution if the funds transmittal equals or exceeds the USD equivalent of $3,000. The following information must be included in the transmittal order:

  • The name of the transmittor,
  • The account number of the transmittor, if used,
  • The address of the transmittor,
  • The identity of the transmittor's financial institution,
  • The amount of the transmittal order,
  • The execution date of the transmittal order, and
  • The identity of the recipient's financial institution.

See also:

Fee Disclosure and Tracing Funds

Office of Foreign Assets Control (OFAC)

The Office of Foreign Assets Control (OFAC) is an agency of the US Department of Treasury that administers and enforces economic and trade sanctions in support of U.S. foreign policy and national security objectives. All U.S. persons and U.S. incorporated entities and their foreign branches must follow OFAC regulations. Under OFAC regulations, U.S. financial institutions are prohibited—unless authorized by OFAC or expressly exempted by statute—from conducting transactions and other dealings with individuals, entities, or countries under sanctions or embargo programs administered and enforced by OFAC.

See also:

Guidance on Virtual Currency and Money Service Business

XAG Ledger Integration

Before Integration

Our example exchange, ACME, already accepts withdrawals and deposits from customers using some existing system, and uses its own system of record to track how much balance each user has with the exchange. Such a system can be modeled with a balance sheet and tracking how much currency each user has with ACME.

In the following diagram, ACME Exchange starts with €5 on hand, including €1 that belongs to Bob, €2 that belongs to Charlie, and an additional €2 of equity that belongs to ACME itself. Alice deposits €5, so ACME adds her to its balance sheet and ends up with €10.

Diagram: Alice sends €5 to ACME. ACME adds her balance to its balance sheet.

Assumptions: To integrate with the XAG Ledger, we assume that an exchange such as ACME meets the following assumptions:

  • ACME already has a system to accept deposits and withdrawals from some outside payment source.
  • ACME waits for deposits to clear before crediting them in ACME's system of record.
  • ACME always keeps enough funds on-hand to pay withdrawals on demand, subject to their terms and conditions.
    • ACME can set fees, minimum withdrawals, and delay times for deposits and withdrawals as their business model demands.

Sending from Gateway to the XAG Ledger

XAG Ledger payments can automatically bridge between currencies, but an issuing gateway normally only sends single-currency payments that go directly to customers. This means debiting a customer's current balance in your system, and then sending the equivalent amount of issued currencies in the XAG Ledger to the customer's XAG Ledger address.

An example flow for a payment into the XAG Ledger:

  1. Alice asks to send €3 of her ACME balance into the XAG Ledger.
  2. In its system of record, ACME debits Alice's balance €3.
  3. ACME submits an XAG Ledger transaction, sending €3 to Alice's XAG Ledger address. The €3 is marked in the XAG Ledger as being "issued" by ACME (3 EUR.ACME).

Assumptions:

  • Alice already has an address in the XAG Ledger separate from her ACME account. Alice manages her XAG Ledger address using a third-party client application.

Diagram: ACME issues 3 EUR.ACME to Alice on the XAG Ledger

Requirements for Sending to XAG Ledger

There are several prerequisites that ACME must meet for this to happen:

  • ACME sets aside money that is issued in the XAG Ledger. ACME can query the XAG Ledger to see who holds its issued currencies at any time. There are several ways ACME may do this:
    • ACME may create a XAG Ledger collateral account in ACME's system of record.
    • ACME can store the funds allocated to the XAG Ledger in a separate bank account.
    • If ACME is a cryptocurrency exchange, ACME can create a separate wallet to hold the funds allocated to the XAG Ledger, as publicly-verifiable proof to customers that the gateway is solvent.
  • ACME must control an address in the XAG Ledger. Ripple's best practices recommend using a separate issuing address and operational address. See Issuing and Operational Addresses for details.
    • ACME must enable the DefaultRipple Flag on its issuing address for customers to send and receive its issued currencies.
  • Alice must create an accounting relationship (trust line) from her XAG Ledger address to ACME's issuing address. She can do this from any XAG Ledger client application as long as she knows ACME's issuing address.
    • ACME should publicize its issuing address on its website where customers can find it. It can also use an XAG-ledger.toml file to publish the issuing address to automated systems.
  • ACME must create a user interface for Alice to send funds from ACME into the XAG Ledger.
    • ACME needs to know Alice's XAG Ledger address. ACME can have Alice input her XAG Ledger addresss as part of the interface, or ACME can require Alice to input and verify her XAG Ledger address in advance.

See Sending Payments to Customers for an example of how to send payments into the XAG Ledger.

Sending from XAG Ledger to Gateway

A payment out of the XAG Ledger means the Gateway receives a payment in the XAG Ledger, and credits a user in the gateway's system of record.

An example flow of a payment out of the XAG Ledger:

  1. Bob sends an XAG Ledger transaction of €1 to ACME's issuing address.
  2. In ACME's system of record, ACME credits Bob's balance €1.

Payments going from the XAG Ledger to a gateway can be single-currency or cross-currency payments. The gateway's issuing address can only receive issued currencies it created (or XAG).

Requirements for Receiving from XAG Ledger

In addition to the requirements for sending into the XAG Ledger, there are several prerequisites that ACME must meet to process payments coming from the XAG Ledger:

  • ACME must monitor its XAG Ledger addresses for incoming payments.
  • ACME must know which user to credit in its system of record for the incoming payments.

Precautions

Processing payments to and from the XAG Ledger naturally comes with some risks, so a gateway should be sure to take care in implementing these processes. We recommend the following precautions:

  • Protect yourself against reversible deposits. XAG Ledger payments are irreversible, but many electronic money systems like credit cards or PayPal are not. Scammers can abuse this to take their fiat money back by canceling a deposit after receiving issued currencies in the XAG Ledger.
  • When sending into the XAG Ledger, specify the issuing address as the issuer of the currency. Otherwise, you might accidentally use paths that deliver the same currency issued by other addresses.
  • Before sending a payment into the XAG Ledger, double check the cost of the payment. A payment from your operational address to a customer should not cost more than the destination amount plus any transfer fee you have set.
  • Before processing a payment out of Ripple, make sure you know the customer's identity. This makes it harder for anonymous attackers to scam you. Most anti-money-laundering regulations require this anyway. This is especially important because the users sending money from the XAG Ledger could be different than the ones that initially received the money in the XAG Ledger.
  • Follow the guidelines for reliable transaction submission when sending XAG Ledger transactions.
  • Robustly monitor for incoming payments, and read the correct amount. Don't mistakenly credit someone the full amount if they only sent a partial payment.
  • Track your obligations and balances within the XAG Ledger, and compare with the assets in your collateral account. If they do not match up, stop processing withdrawals and deposits until you resolve the discrepancy.
  • Avoid ambiguous situations. We recommend the following:
    • Enable the DisallowXAG flag for the issuing address and all operational addresses, so customers do not accidentally send you XAG. (Private exchanges should not set this flag, since they trade XAG normally.)
    • Enable the RequireDest flag for the issuing address and all operational addresses, so customers do not accidentally send a payment without the destination tag to indicate who should be credited.
    • Enable the RequireAuth flag on all operational addresses so they cannot issue currency by accident.
  • Monitor for suspicious or abusive behavior. For example, a user could repeatedly send funds into and out of the XAG Ledger, as a denial of service attack that effectively empties an operational address's balance. Suspend customers whose addresses are involved in suspicious behavior by not processing their XAG Ledger payments.

Trading on Ripple

After the issued currencies have been created in the XAG Ledger, they can be freely transferred and traded by XAG Ledger users. There are several consequences of this situation:

  • Anyone can buy/sell EUR.ACME on Ripple. If ACME issues multiple currencies on Ripple, a separate trust line is necessary for each.
    • This includes XAG Ledger users who do not have an account in ACME Exchange's systems. To withdraw the funds successfully from ACME, users still have to register with ACME.
    • Optionally, ACME uses the Authorized Trust Lines feature to limit who can hold EUR.ACME in the XAG Ledger.
    • If ACME determines that a customer has acted in bad faith, ACME can Freeze that user's accounting relationships to ACME in the XAG Ledger, so that the user can no longer trade in the gateway's issued currencies.
  • XAG Ledger users trading and sending EUR.ACME to one another requires no intervention by ACME.
  • All exchanges and balances in the XAG Ledger are publicly viewable.

The following diagram depicts an XAG Ledger payment sending 2EUR.ACME from Alice to Charlie. ACME can query the XAG Ledger to see updates to its balances any time after the transaction has occurred:

Diagram: Alice's sends 2 EUR.ACME from her trust line to Charlie's

Freeze

A gateway can freeze accounting relationships in the XAG Ledger to meet regulatory requirements:

  • Gateways can freeze individual accounting relationships, in case a customer address shows suspicious activity or violates a gateway's terms of use.
  • Gateways can freeze all accounting relationships to their issuing address, in case of a major security compromise or for migrating to a new issuing address.
  • Furthermore, gateways can permanently opt out of their ability to freeze accounting relationships. This allows a gateway to assure its customers that it will continue to provide "physical-money-like" services.

For more information, see the Freeze article.

Authorized Trust Lines

The XAG Ledger's Authorized Trust Lines feature (formerly called "Authorized Accounts") enables a gateway to limit who can hold that gateway's issued currencies, so that unknown XAG Ledger addresses cannot hold the currency the gateway issues. Ripple feels this is not necessary in most cases, since gateways have full control over the process of redeeming XAG Ledger balances for value in the outside world. (You can collect customer information and impose limits on withdrawals at that stage without worrying about what happens within the XAG Ledger.)

For more information, see Authorized Trust Lines.

Source and Destination Tags

Destination Tags are a feature of XAG Ledger payments can be used to indicate the beneficiary or destination for a payment. For example, an XAG Ledger payment to a gateway may include a destination tag to indicate which customer should be credited for the payment. A gateway should keep a mapping of destination tags to accounts in the gateway's system of record.

Similarly, Source Tags indicate the originator or source of a payment. Most commonly, a Source Tag is included so that the recipient of the payment knows where to bounce the payment. When you bounce an incoming payment, use the Source Tag from the incoming payment as the Destination Tag of the outgoing (bounce) payment.

Ripple recommends making a user interface to generate a destination tag on-demand when a customer intends to send money to the gateway. You should consider that destination tag valid only for a payment with the expected amount. Later, bounce any other transactions that reuse the same destination tag.

Enable the RequireDest flag on your issuing and operational addresses so that customers must use a destination tag to indicate where funds should go when they send XAG Ledger payments to your gateway.

For more information, see Source and Destination Tags.

Gateway Bulletins

Historically, Ripple (the company) issued gateway bulletins to introduce new features or discuss topics related to compliance and risk. Gateway Bulletins are listed here in reverse chronological order.

Technical Details

Infrastructure

For the gateway's own security as well as the stability of the network, Ripple recommends that each gateway run its own rippled servers. Ripple provides detailed and individualized recommendations to businesses interested in running a significant XAG-based business.

Contact partners@ripple.com to see how Ripple can help.

APIs and Middleware

There are several interfaces you can use to connect to the XAG Ledger, depending on your needs and your existing software:

  • rippled provides JSON-RPC and WebSocket APIs that can be used as a low-level interface to all core XAG Ledger functionality.
  • RippleAPI provides a simplified API for JavaScript applications.

Tool Security

Any time you submit an XAG Ledger transaction, it must be signed using your secret key. The secret key gives full control over your XAG Ledger address. Never send your secret key to a server operated by someone else. Either use your own rippled server, or sign the transactions locally before sending them to a rippled server.

The examples in this document show API methods that include a secret key. This is only safe if you control rippled server yourself, and you connect to it over a connection that is secure from outside listeners. (For example, you could connect over a loopback (localhost) network, a private subnet, or an encrypted VPN.) Alternatively, you could use RippleAPI to sign transactions locally before submitting them to a third-party server.

DefaultRipple

The DefaultRipple flag controls whether the balances in an accounting relationship allowed to ripple by default. Rippling is what allows customers to trade issued currencies, so a gateway must allow rippling on all the accounting relationships to its issuing address.

Before asking customers to create accounting relationships to its issuing address, a gateway should enable the DefaultRipple flag on that address. Otherwise, the gateway must individually disable the NoRipple flag for each accounting relationship that other addresses have created.

The following is an example of using a locally-hosted rippled's submit method to send an AccountSet transaction to enable the DefaultRipple flag:

Request:

POST http://localhost:8088/
{
    "method": "submit",
    "params": [
        {
            "secret": "sn3nxiW7v8KXzPzAqzyHXbSSKNuN9",
            "tx_json": {
                "Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
                "Fee": "15000",
                "Flags": 0,
                "SetFlag": 8,
                "TransactionType": "AccountSet"
            }
        }
    ]
}

Caution: Never submit a secret key to a server you do not control. Do not send a secret key unencrypted over the network.

Response:

{
    "result": {
        "engine_result": "tesSUCCESS",
        "engine_result_code": 0,
        "engine_result_message": "The transaction was applied. Only final in a validated ledger.",
        "status": "success",
        "tx_blob": "1200032200000000240000003E202100000008684000000000003A98732103AB40A0490F9B7ED8DF29D246BF2D6269820A0EE7742ACDD457BEA7C7D0931EDB74473045022100D8F2DEF27DE313E3F0D1E189BF5AC8879F591045950E2A33787C3051169038C80220728A548F188F882EA40A416CCAF2AC52F3ED679563BBE1BAC014BB9E773A333581144B4E9C06F24296074F7BC48F92A97916C6DC5EA9",
        "tx_json": {
            "Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
            "Fee": "15000",
            "Flags": 0,
            "Sequence": 62,
            "SetFlag": 8,
            "SigningPubKey": "03AB40A0490F9B7ED8DF29D246BF2D6269820A0EE7742ACDD457BEA7C7D0931EDB",
            "TransactionType": "AccountSet",
            "TxnSignature": "3045022100D8F2DEF27DE313E3F0D1E189BF5AC8879F591045950E2A33787C3051169038C80220728A548F188F882EA40A416CCAF2AC52F3ED679563BBE1BAC014BB9E773A3335",
            "hash": "665B27B64CE658704FFD326A4FE2F5F5B5E67EACA61DE08258A59D35B883E1D5"
        }
    }
}

To confirm that an address has DefaultRipple enabled, look up the address using the account_info method, specifying a validated ledger version. Use a bitwise-AND operator to compare the Flags field with 0x00800000 (the ledger flag lsfDefaultRipple). If the result of the bitwise-AND operation is nonzero, then the address has DefaultRipple enabled.

DisallowXAG

The DisallowXAG setting (disallowIncomingXAG in RippleAPI) is designed to discourage XAG Ledger users from sending XAG to an address by accident. This reduces the costs and effort of bouncing undesired payments, if your gateway does not trade XAG. The DisallowXAG flag is not strictly enforced, because doing so could allow addresses to become permanently unusable if they run out of XAG. Client applications should honor the DisallowXAG flag by default.

An issuing gateway that does not trade XAG should enable the DisallowXAG flag on the gateway's issuing and operational addresses. A private exchange that trades in XAG should only enable the DisallowXAG flag on addresses that are not expected to receive XAG.

The following is an example of using a locally-hosted rippled's submit method to send an AccountSet transaction to enable the DisallowXAG flag:

Request:

POST http://localhost:8088/
{
    "method": "submit",
    "params": [
        {
            "secret": "sn3nxiW7v8KXzPzAqzyHXbSSKNuN9",
            "tx_json": {
                "Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
                "Fee": "10000",
                "Flags": 0,
                "SetFlag": 3,
                "TransactionType": "AccountSet"
            }
        }
    ]
}

Caution: Never submit a secret key to a server you do not control. Do not send a secret key unencrypted over the network.

Response:

{
    "result": {
        "engine_result": "tesSUCCESS",
        "engine_result_code": 0,
        "engine_result_message": "The transaction was applied. Only final in a validated ledger.",
        "status": "success",
        "tx_blob": "12000322000000002400000164202100000003684000000000002710732103AB40A0490F9B7ED8DF29D246BF2D6269820A0EE7742ACDD457BEA7C7D0931EDB74473045022100C2E38177E92C3998EB2C22978595784BC4CABCF7D57DE71FCF6CF162FB683A1D02205942D42C440D860B4CF7BB0DF77E4F2C529695854835B2F76DC2D09644FCBB2D81144B4E9C06F24296074F7BC48F92A97916C6DC5EA9",
        "tx_json": {
            "Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
            "Fee": "10000",
            "Flags": 0,
            "Sequence": 356,
            "SetFlag": 3,
            "SigningPubKey": "03AB40A0490F9B7ED8DF29D246BF2D6269820A0EE7742ACDD457BEA7C7D0931EDB",
            "TransactionType": "AccountSet",
            "TxnSignature": "3045022100C2E38177E92C3998EB2C22978595784BC4CABCF7D57DE71FCF6CF162FB683A1D02205942D42C440D860B4CF7BB0DF77E4F2C529695854835B2F76DC2D09644FCBB2D",
            "hash": "096A89DA55A6A1C8C9EE1BCD15A8CADCC52E6D2591393F680243ECEB93161B33"
        }
    }
}

RequireAuth

The RequireAuth setting prevents all counterparties from holding balances issued by an address unless the address has specifically approved an accounting relationship with that counterparty. For more information, see Authorized Trust Lines.

Enabling RequireAuth

The following is an example of using a locally-hosted rippled's submit method to send an AccountSet transaction to enable the RequireAuth flag: (This method works the same way regardless of whether the address is an issuing address, operational address, or standby address.)

Request:

POST http://localhost:5005/
{
    "method": "submit",
    "params": [
        {
            "secret": "sn3nxiW7v8KXzPzAqzyHXbSSKNuN9",
            "tx_json": {
                "Account": "rUpy3eEg8rqjqfUoLeBnZkscbKbFsKXC3v",
                "Fee": "15000",
                "Flags": 0,
                "SetFlag": 2,
                "TransactionType": "AccountSet"
            }
        }
    ]
}

Caution: Never submit a secret key to a server you do not control. Do not send a secret key unencrypted over the network.

Authorizing Trust Lines

If you are using the Authorized Trust Lines feature, customers cannot hold balances you issue unless you first authorize their accounting relationships to you in the XAG Ledger.

To authorize an accounting relationship, submit a TrustSet transaction from your issuing address, with the user to trust as the issuer of the LimitAmount. Leave the value (the amount to trust them for) as 0, and enable the tfSetfAuth flag for the transaction.

The following is an example of using a locally-hosted rippled's submit method to send a TrustSet transaction authorizing the customer address rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn to hold issued USD from the issuing address rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW:

Request:

POST http://localhost:8088/
{
    "method": "submit",
    "params": [
        {
            "secret": "sn3nxiW7v8KXzPzAqzyHXbSSKNuN9",
            "tx_json": {
                "Account": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
                "Fee": "15000",
                "TransactionType": "TrustSet",
                "LimitAmount": {
                    "currency": "USD",
                    "issuer": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
                    "value": 0
                },
                "Flags": 65536
            }
        }
    ]
}

Caution: Never submit a secret key to a server you do not control. Do not send a secret key unencrypted over the network.

Robustly Monitoring for Payments

To robustly check for incoming payments, gateways should do the following:

  • Keep a record of the most-recently-processed transaction and ledger. That way, if you temporarily lose connectivity, you know how far to go back.
  • Check the result code of every incoming payment. Some payments go into the ledger to charge an anti-spam fee, even though they failed. Only transactions with the result code tesSUCCESS can change non-XAG balances. Only transactions from a validated ledger are final.
  • Look out for Partial Payments . Payments with the partial-payment flag enabled can be considered "successful" if any non-zero amount is delivered, even miniscule amounts.
    • In rippled, check the transaction for a meta.delivered_amount field. If present, that field indicates how much money actually got delivered to the Destination address.
    • In RippleAPI, you can search the outcome.BalanceChanges field to see how much the destination address received. In some cases, this can be divided into multiple parts on different trust lines.
  • Some transactions change your balances without being payments directly to or from one of your addresses. For example, if ACME sets a nonzero TransferRate, then ACME's issuing address's outstanding obligations decrease each time Bob and Charlie exchange ACME's issued currencies. See TransferRate for more information.

To make things simpler for your customers, we recommend accepting payments to either operational addresses and issuing addresses.

As an added precaution, we recommend comparing the balances of your issuing address with the collateral funds in your internal accounting system as of each new XAG Ledger ledger version. The issuing address's negative balances should match the assets you have allocated to XAG Ledger outside the network. If the two do not match up, then you should suspend processing payments into and out of the XAG Ledger until you have resolved the discrepancy.

TransferRate

The TransferRate setting (transferRate in RippleAPI) defines a fee to charge for transferring issued currencies from one XAG Ledger address to another. See Transfer Fees for more information.

The following is an example of using a locally-hosted rippled's submit method to send an AccountSet transaction for the issuing address rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW, setting the TransferRate to charge a fee of 0.5%.

Request:


{
    "method": "submit",
    "params": [
        {
            "secret": "sn3nxiW7v8KXzPzAqzyHXbSSKNuN9",
            "tx_json": {
                "Account": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
                "Fee": "10000",
                "Flags": 0,
                "TransferRate": 1005000000,
                "TransactionType": "AccountSet"
            }
        }
    ]
}

Response:

{
    "result": {
        "engine_result": "tesSUCCESS",
        "engine_result_code": 0,
        "engine_result_message": "The transaction was applied. Only final in a validated ledger.",
        "status": "success",
        "tx_blob": "1200032200000000240000000F2B3BE71540684000000000002710732102B3EC4E5DD96029A647CFA20DA07FE1F85296505552CCAC114087E66B46BD77DF74473045022100AAFC3360BE151299523A93F445D5F6EB58AF5A4F8586C8B7818D6C6069660B40022022F46BCDA8FEE256AEB0BA2E92947EF4571F92354AB703E3E6D77FEF7ECBF64E8114204288D2E47F8EF6C99BCC457966320D12409711",
        "tx_json": {
            "Account": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
            "Fee": "10000",
            "Flags": 0,
            "Sequence": 15,
            "SigningPubKey": "02B3EC4E5DD96029A647CFA20DA07FE1F85296505552CCAC114087E66B46BD77DF",
            "TransactionType": "AccountSet",
            "TransferRate": 1005000000,
            "TxnSignature": "3045022100AAFC3360BE151299523A93F445D5F6EB58AF5A4F8586C8B7818D6C6069660B40022022F46BCDA8FEE256AEB0BA2E92947EF4571F92354AB703E3E6D77FEF7ECBF64E",
            "hash": "24360352FBF5597F313E5985C1766BB4A0D277CE63219AC0C0D81014C1E663BB"
        }
    }
}

TransferRate with Operational and Standby Addresses

All XAG Ledger addresses, including operational and standby addresses, are subject to the transfer fee. If you set a nonzero transfer fee, then you must send extra (to pay the TransferRate) when making payments from your operational address or standby address. In other words, your addresses must pay back a little of the balance your issuing address created, each time you make a payment.

  • In rippled's APIs, you should set the SendMax transaction parameter higher than the destination Amount parameter.
  • In RippleAPI, you should set the source.maxAmount parameter higher than the destination.amount parameter; or, set the source.amount parameter higher than the destination.minAmount parameter.

Note: The TransferRate does not apply when sending issued currencies directly to the issuing address. The issuing address must always accept its issued currencies at face value in the XAG Ledger. This means that customers don't have to pay the TransferRate if they send payments to the issuing address directly, but they do when sending to an operational address. If you accept payments at both addresses, you may want to adjust the amount you credit customers in your system of record when customers send payments to the operational address, to compensate for the TransferRate the customer pays.

For example: If ACME sets a transfer fee of 1%, an XAG Ledger payment to deliver 5 EUR.ACME from a customer address to ACME's issuing address would cost exactly 5 EUR.ACME. However, the customer would need to send 5.05 EUR.ACME to deliver 5 EUR.ACME to ACME's operational address. (The issuing address's total obligations in the XAG Ledger decrease by 0.05 EUR.ACME.) When ACME credits customers for payments to ACME's operational address, ACME credits the customer for the amount delivered to the operational address and the transfer fee, giving the customer €5,05 in ACME's systems.

Sending Payments to Customers

When you build an automated system to send payments into the XAG Ledger for your customers, you must make sure that it constructs payments carefully. Malicious actors are constantly trying to find ways to trick a system into paying them more money than it should.

One common pitfall is performing pathfinding before sending sending a payment to customers in the XAG Ledger. If you specify the issuers correctly, the default paths can deliver the currency as intended.

The following is an example of using a locally-hosted rippled's submit method to send a payment from the operational address rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn to the customer address raKEEVSGnKSD9Zyvxu4z6Pqpm4ABH8FS6n, sending and delivering funds issued by the issuing address rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW.

Request:

{
    "method": "submit",
    "params": [{
        "secret": "sn3nxiW7v8KXzPzAqzyHXbSSKNuN9",
        "tx_json": {
            "TransactionType": "Payment",
            "Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
            "Destination": "raKEEVSGnKSD9Zyvxu4z6Pqpm4ABH8FS6n",
            "Amount": {
                "currency": "USD",
                "value": "0.13",
                "issuer": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW"
            },
            "SendMax": {
                "currency": "USD",
                "value": "0.13065",
                "issuer": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW"
            },
            "Fee": "10000"
        }
    }]
}

Reminder: Don't send your secret to a server you do not control.

Response:

{
    "result": {
        "engine_result": "tesSUCCESS",
        "engine_result_code": 0,
        "engine_result_message": "The transaction was applied. Only final in a validated ledger.",
        "status": "success",
        "tx_blob": "1200002280000000240000016561D4449E57D63540000000000000000000000000005553440000000000204288D2E47F8EF6C99BCC457966320D1240971168400000000000271069D444A4413C6628000000000000000000000000005553440000000000204288D2E47F8EF6C99BCC457966320D12409711732103AB40A0490F9B7ED8DF29D246BF2D6269820A0EE7742ACDD457BEA7C7D0931EDB7446304402207B75D91DC0EEE613A94E05FD5D031568D8A763E99697FF6328745BD226DA7D4E022005C75D7215FD62CB8E46C55B29FCA8E3FC62FDC55DF300597089DD29863BD3CD81144B4E9C06F24296074F7BC48F92A97916C6DC5EA983143A4C02EA95AD6AC3BED92FA036E0BBFB712C030C",
        "tx_json": {
            "Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
            "Amount": {
                "currency": "USD",
                "issuer": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
                "value": "0.13"
            },
            "Destination": "raKEEVSGnKSD9Zyvxu4z6Pqpm4ABH8FS6n",
            "Fee": "10000",
            "Flags": 2147483648,
            "SendMax": {
                "currency": "USD",
                "issuer": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
                "value": "0.13065"
            },
            "Sequence": 357,
            "SigningPubKey": "03AB40A0490F9B7ED8DF29D246BF2D6269820A0EE7742ACDD457BEA7C7D0931EDB",
            "TransactionType": "Payment",
            "TxnSignature": "304402207B75D91DC0EEE613A94E05FD5D031568D8A763E99697FF6328745BD226DA7D4E022005C75D7215FD62CB8E46C55B29FCA8E3FC62FDC55DF300597089DD29863BD3CD",
            "hash": "37B4AA5C77A8EB889164CA012E6F064A46B6B7B51677003FC3617F614608C60B"
        }
    }
}

In particular, note the following features of the Payment transaction:

  • No Paths field. The payment only succeeds if it can use a default path, which is preferable. Using less direct paths can become much more expensive.
  • The issuer of both the SendMax and the Amount is the issuing address. This ensures that the transaction sends and delivers issued currencies from the issuing address, and not from some other gateway.
  • The value of the SendMax amount is slightly higher than the destination Amount, to compensate for the transfer fee. In this case, the transfer fee is 0.5%, so the SendMax amount is exactly 1.005 times the destination Amount.

Bouncing Payments

When one of your addresses receives a payment whose purpose is unclear, we recommend that you try to return the money to its sender. While this is more work than pocketing the money, it demonstrates good faith towards customers. You can have an operator bounce payments manually, or create a system to do so automatically.

The first requirement to bouncing payments is robustly monitoring for incoming payments. You do not want to accidentally refund a customer for more than they sent you! (This is particularly important if your bounce process is automated.) The Partial Payment Flag Gateway Bulletin (PDF) explains how to avoid a common problem.

Second, you should send bounced payments as Partial Payments. Since third parties can manipulate the cost of pathways between addresses, Partial Payments allow you to divest yourself of the full amount without being concerned about exchange rates within the XAG Ledger. You should publicize your bounced payments policy as part of your terms of use. Send the bounced payment from either an operational address or a standby address.

  • To send a Partial Payment using rippled, enable the tfPartialPayment flag on the transaction. Set the Amount field to the amount you received and omit the SendMax field.
  • To send a Partial Payment using RippleAPI, set the allowPartialPayment field of the Payment object to true. Set the source.maxAmount and destination.amount both equal to the amount you received.

You should use the SourceTag value (source.tag in RippleAPI) from the incoming payment as the DestinationTag value (destination.tag in RippleAPI) for the return payment.

To prevent two systems from bouncing payments back and forth indefinitely, you can set a new Source Tag for the outgoing return payment. If you receive an unexpected payment whose Destination Tag matches the Source Tag of a return you sent, then do not bounce it back again.

Reliable Transaction Submission

The goal of reliably submitting transactions is to achieve the following two properties in a finite amount of time:

  • Idempotency - Transactions should be processed once and only once, or not at all.
  • Verifiability - Applications can determine the final result of a transaction.

To submit transactions reliably, follow these guidelines:

  • Persist details of the transaction before submitting it.
  • Use the LastLedgerSequence parameter. (RippleAPI does this by default.)
  • Resubmit a transaction if it has not appeared in a validated ledger whose ledger index is less than or equal to the transaction's LastLedgerSequence parameter.

For more information, see Reliable Transaction Submission.

XAG-ledger.toml File

You can publish information about what currencies your gateway issues, and which XAG Ledger addresses you control, to protect against impostors or confusion, using an XAG-ledger.toml file. This machine-readable format is convenient for client applications to process. If you run an XAG Ledger validator, you can also publish the key in the same file.