{translate(title)}
{translate(description)}
import React, { useEffect } from "react";
import { useThemeHooks } from "@redocly/theme/core/hooks";
import { Link } from "@redocly/theme/components/Link/Link";
import { DeveloperResourcesSection } from "shared/components/developer-resources-section";
export const frontmatter = {
seo: {
title: "RWA Tokenization on XRP Ledger",
description:
"Power blockchain tokenization use cases on the XRP Ledger. Learn how to issue tokens or build real-world asset (RWA) tokenization solutions with developer tools and APIs.",
},
};
const benefitsData = [
{
iconClass: "low-fees",
title: "Fast Settlement and Low Fees",
description:
"Settle transactions in 3-5 seconds for a fraction of a cent — ideal for large-scale, high-volume RWA tokenization.",
},
{
iconClass: "access",
title: "Onchain Metadata",
description:
"Easily store key asset information or link to off-chain data using simple APIs giving token holders more transparency and functionality.",
},
{
iconClass: "native-compliance",
title: "Native Compliance Capabilities",
description:
"Automatically check investor credentials, control who can transfer assets, and keep a full record of every transaction. ",
},
{
iconClass: "delegated-token-management",
title: "Delegated Token Management",
description:
"Use a robust permission system to let trusted third parties manage the token on your behalf.",
},
];
const companies = [
{
className: "archax",
alt: "Archax",
aspectRatio: 1.25,
link: "https://archax.com/",
},
{
className: "zoniqx",
alt: "Zoniqx",
aspectRatio: 2.7,
link: "https://www.zoniqx.com/",
},
{
className: "axiology",
alt: "Axiology",
aspectRatio: 1.25,
link: "https://www.axiology.xyz/",
},
{
className: "palisade",
alt: "Palisade",
aspectRatio: 1.25,
link: "https://www.palisade.co/",
},
{
className: "open-eden",
alt: "Open Eden",
aspectRatio: 5,
link: "https://openeden.com/tbill",
},
{
className: "ondo",
alt: "Ondo",
aspectRatio: 1.25,
link: "https://ondo.finance/",
},
{
className: "ripple-logo",
alt: "Ripple",
aspectRatio: 3.89,
link: "https://ripple.com/rwa-tokenization",
},
{
className: "meld",
alt: "Meld",
aspectRatio: 0.81,
link: "https://www.meld.gold/",
},
{
className: "hidden-road",
alt: "Hidden Road",
aspectRatio: 0.81,
link: "https://www.hiddenroad.com/",
},
];
const features = [
{
title: "Get Started with JavaScript",
link: "https://github.com/XRPLF/xrpl.js",
},
{
title: "Get Started with Python",
link: "https://github.com/XRPLF/xrpl-py",
},
{
title: "DEX Integration",
link: "/docs/tutorials/how-tos/use-tokens/trade-in-the-decentralized-exchange",
},
{
title: "Cross-chain Interoperability",
link: "https://docs.xrplevm.org/docs/axelar/intro-to-axelar/",
},
];
const featuresToken = [
{
title: "Proven Open-Source Technology",
description:
"With over 3.9B transactions processed, XRP Ledger has been a trusted, battle-tested blockchain for over a decade, supported by a global developer community committed to financial innovation. ",
number: "01",
},
{
title: "Purpose-Built for Finance",
description:
"XRP Ledger provides out-of-the-box institutional-grade functionality, reducing development overhead and eliminating the need for smart contracts. ",
number: "02",
},
{
title: "Native Compliance & Security",
description:
"Maintain control over tokenized assets and enforce compliance with precision using XRP Ledger's native tools such as issuer-defined Authorization, onchain Freeze capabilities, detailed metadata for attestations, and multi-signature accounts.",
number: "03",
},
{
title: "Optimal Liquidity Pathways",
description:
"Streamline cross-currency transactions and trading as XRP Ledger’s embedded trading features automatically identify the most efficient routes to enhance liquidity issued tokens and XRP. ",
number: "04",
},
];
function FeatureCard({ title, description }) {
const { useTranslate } = useThemeHooks();
const { translate } = useTranslate();
return (
{translate(description)}{translate(title)}
{translate("Defining Features on XRPL")}
{translate( "Streamline development and build powerful RWA tokenization solutions with XRP Ledger's comprehensive developer toolset:" )}
{item.description}
{translate( "Issue, manage, and trade real-world assets without needing to build smart contracts." )}
{translate( "XRP Ledger's built-in functionality and compliance-enabling features allow asset tokenization without additional layers of complexity." )}
{translate( "Access the full white paper to learn how XRP Ledger’s new token standard is shaping institutional-grade finance." )}
{translate(description)}