XRP Ledger Apex is back in Amsterdam Register Now
arrow-left Course Hub
Lesson 7: Intro to new innovations on the XRPL
Estimated reading time:

10 minutes

Difficulty:

Beginner

Concepts covered:
  • Hooks
  • NFTs (devnet)
  • Non-fungible Tokens
  • Sidechains
  • Sustainability

Key takeaway:

  • With its democratic amendment process for adding or removing features through validator voting, the XRPL is continuously evolving.
  • Hooks would allow for smart-contract like functionality, while maintaining the speed and efficiency of the XRPL network.
  • Non Fungible Tokens (NFTs) would allow unique assets to be tokenized and traded on the XRPL.
  • Sidechains allow for experimentation with ledger-level code changes in a way that can interact with the XRPL.
Lesson 7

Intro to new innovations on the XRPL

Exciting ways that the XRPL is evolving

The XRP Ledger (XRPL) is powered by a global community of builders, developers, creators, validators, and innovators. As such, the XRPL is constantly evolving with new innovations that align with the values of decentralization, security, sustainability, and scalability.

New features are added to the XRPL through the amendment process, which uses the core consensus process of the network to approve any changes by showing continuous support before those changes go into effect. An amendment requires 80% support for two weeks before it is applied.

Check out three initiatives to expand the XRPL below that have the community excited.

Hooks

Hooks is a proposal that would add smart contract functionality to the XRPL if it is accepted. Hooks are small pieces of code that allow logic to be executed before and/or after transactions.

Example: a bank could add a hook to only accept payments from a specific list of addresses to ensure that it only receives money from known entities in order to be compliant with regulations.

More info about Hooks can be found here: https://xrpl-hooks.readme.io/

NFTs

You’ve probably heard of NFTs—they are all the rage these days. With the now approved NonFungibleTokensV1_1 amendment, anyone is now able to mint, trade, or burn NFTs (and more) on the XRP Ledger Mainnet, as well as test code on the Testnet or Devnet.

The NFT-Devnet is a test network running experimental code to support NFTs natively on the XRPL. Here, developers can experiment with advanced features before they become active on the Mainnet (XRPL).

The great thing about NFTs on the XRPL is that they’re built on top of the existing infrastructure, which makes them secure, as well as economically and environmentally sustainable.

In the next course, you can learn how to mint and trade NFTs on the XRPL.

Sidechains

A sidechain is a separate network that runs in parallel to the main network (XRPL). Sidechains are connected to the main network through a two-way peg, which allows for assets to be moved back and forth between the two networks with ease.

Once fully developed, businesses will be able to use sidechains to create their own custom ledger while still interoperating with the XRPL.

More info about sidechains can be found here: https://xrpl.org/federated-sidechains.html#federated-sidechains

Additional resources

END OF LESSON

It's time to test your knowledge! Take the quiz below to see how well you understand the new innovations on the XRPL.

Which of the following best describes a sidechain?
What is the purpose of hooks?