Quiz: XRPL Protocol Primitives

4 questions · 80% to pass

1. What is the fundamental architectural difference between XRPL and Ethereum for financial operations?

XRPL bakes financial primitives (DEX, AMM, escrow, clawback, trust lines) into the ledger itself. Ethereum requires each operation to be deployed as a separate smart contract, each with its own codebase and attack surface.

2. Trust lines on XRPL prevent which problem that exists on Ethereum?

Trust lines require explicit opt-in to hold an issued asset. You must create a trust line to an issuer before receiving their token. On Ethereum, anyone can send any ERC-20 token to any address without the recipient's consent.

3. Clawback on XRPL is critical for securities because:

Clawback allows issuers to recall tokens in cases of fraud, sanctions violations, or court orders. Regulators require this capability for securities. XRPL makes it a native protocol feature rather than requiring custom smart contract implementations.

4. XLS-70 credentials solve which problem for institutional blockchain adoption?

Credentials allow a KYC provider to attest that an address has passed identity verification without publishing the holder's personal data on a public ledger. Verify without revealing.

Back to lesson Next lesson →