{"id":256,"date":"2023-11-15T13:41:35","date_gmt":"2023-11-15T13:41:35","guid":{"rendered":"https:\/\/blog.multichainmedia.xyz\/?p=256"},"modified":"2023-11-15T18:08:52","modified_gmt":"2023-11-15T18:08:52","slug":"the-xrpl-payments-engine","status":"publish","type":"post","link":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/","title":{"rendered":"The XRPL Payments Engine"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p>The XRPL is home to the first decentralized exchange (DEX), which began before the term \u201cDeFi\u201d even existed. It has an orderbook design and allows any type of blockchain-based asset (cryptocurrencies, fiat currencies, tokenized assets, and more) to be traded permissionlessly.&nbsp;&nbsp;<\/p>\n\n\n\n<p>The DEX is powered by a collection of backend <a href=\"https:\/\/xrpl.org\/software-ecosystem.html#:~:text=called%20rippled%20(pronounced%20%22ripple%2Ddee%22)\"><span style=\"text-decoration: underline;\">rippled<\/span><\/a> functions that together form the <em>Payments Engine, <\/em>which will also integrate with the <a href=\"https:\/\/twitter.com\/lachlanalextodd\/status\/1650559279286370304\"><span style=\"text-decoration: underline;\">XRPL AMM<\/span><\/a> if approved. The Payments Engine supports a number of on-chain features and functions, including complex algorithms that facilitate efficient trades between any pair of assets, such as finding the best pricing between the DEX and AMM.<\/p>\n\n\n<figure class=\"wp-block-post-featured-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1386\" height=\"782\" src=\"https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/11\/Screen-Shot-2023-11-15-at-4.41.18-PM.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" style=\"object-fit:cover;\" srcset=\"https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/11\/Screen-Shot-2023-11-15-at-4.41.18-PM.png 1386w, https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/11\/Screen-Shot-2023-11-15-at-4.41.18-PM-300x169.png 300w, https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/11\/Screen-Shot-2023-11-15-at-4.41.18-PM-1024x578.png 1024w, https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/11\/Screen-Shot-2023-11-15-at-4.41.18-PM-768x433.png 768w\" sizes=\"auto, (max-width: 1386px) 100vw, 1386px\" \/><\/figure>\n\n\n<p>This article will provide an overview of:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What is a DEX, and how do they vary?<\/li>\n\n\n\n<li>The XRPL DEX<\/li>\n\n\n\n<li>The Payments Engine<\/li>\n<\/ul>\n\n\n\n<p><strong>What is a DEX?<\/strong><\/p>\n\n\n\n<p>Centralized exchanges (CEXs) such as Binance or Coinbase operate off-chain, take custody of one\u2019s funds, and are centralized in nature. While they may provide a seamless user experience and have deep liquidity, they\u2019re not true blockchain and there\u2019s always some degree of potential risk, as evidenced with FTX. In contrast, decentralized exchanges (DEXs) operate fully on-chain, do not custody funds, and are fully driven by code.<\/p>\n\n\n\n<p>There are two primary DEX architectures:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Central Limit Order Book (CLOBs):<\/strong> similar to the traditional stock exchange, where users place buy orders and sell orders. When they match, a trade executes.<\/li>\n\n\n\n<li><strong>Algorithmic Market Makers (AMMs): <\/strong>token holders provide their tokens as liquidity to facilitate trades for others, receiving a share of trading fees in return. An AMM algorithmically prices assets on the DEX to facilitate trades.<\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n\n<p>CLOBs benefit from being more intuitive for users, as they are similar to TradFi exchanges. Their pricing works well in highly liquid markets due to deep supply and demand, as well as small spreads. AMMs are better for illiquid markets because orders are filled quickly. They\u2019re also more scalable on-chain because CLOB transaction costs can quickly add up and a given network may have a limited storage capacity.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/FLuQnF9lXC1AD4F7lpCoE_u52-C_kLwwSGs-f7qCJ7l85aj7sDy67gD0wwrs1fE4iFy1UH83-NXGHfu1O6tourlUBZwsPiMjVXyUXEsyFGz571WyCODDqCAR945OYP2ugrO8WMHWM3ilisIgrUV4zew\" alt=\"\" style=\"width:723px;height:auto\"\/><\/figure>\n\n\n\n<p><strong>The XRPL DEX<\/strong><\/p>\n\n\n\n<p>The XRPL\u2019s DEX is CLOB-based and was the first DEX in existence. The DEX is a fully functioning on-chain order book that was built into the network itself with consistently low transaction costs. Being embedded directly into the protocol allows developers to interface seamlessly with its infrastructure, eliminating the need for smart contracts that typically fragment liquidity and heighten the risk of smart contract breaches.<\/p>\n\n\n\n<p>That being said, the XRPL is also introducing an AMM which, if approved, would be the first hybrid AMM\/CLOB DEX of its kind! The AMM is also built directly into the network and has some unique features that I covered in <a href=\"https:\/\/twitter.com\/lachlanalextodd\/status\/1650559279286370304\"><span style=\"text-decoration: underline;\">a separate thread<\/span><\/a>.<\/p>\n\n\n\n<p>Given that the XRPL is built for nearly any type of asset, it\u2019s reasonable to assume that not all assets will have adequate liquidity between them. For this reason, a <em>matching engine <\/em>was created which finds the best possible path between two assets! For example, I might wish to purchase something in tokenized gold while the seller wants to be paid in Japanese Yen.&nbsp;<\/p>\n\n\n\n<p>The matching engine can facilitate this in two ways:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/xrpl.org\/paths.html#pathfinding\"><span style=\"text-decoration: underline;\">Pathfinding<\/span><\/a>: this refers to finding a payment path between the buyer and seller. This might mean converting the gold directly to Yen, or there might be slight price discrepancies that make another path cheaper.<\/li>\n\n\n\n<li><a href=\"https:\/\/xrpl.org\/autobridging.html\"><span style=\"text-decoration: underline;\">Autobridging<\/span><\/a>: using XRP tokens as an intermediary currency to connect the tokens.<\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n\n<p>Imagine that $100 of gold could be directly traded for $99.7 of Japanese Yen. This is a slight discrepancy, but it quickly adds up for big trades. It might be possible that trading gold for USD, and then USD for Yen, in fact provides a more efficient trading path, and the trader might receive $99.8 worth of Yen. This would be <em><strong>pathfinding<\/strong><\/em>, whereas if the intermediary currency were XRP, it would be <em><strong>autobridging<\/strong>.<\/em><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"347\" src=\"https:\/\/lh7-us.googleusercontent.com\/I44oQiGW5MRujbPvH3z5TNGxqmtVLl9gK219Sh92bdfkl0WlGIYiLW4eXd7pVnthlZeqWT2dspaiT_Caj07MnlVaOqsx3UAFRvB4qbNTuobXisA9IeuIobhwds5ftg2nHnQMxCoDJGr7fCu87Wva2jY\"><\/p>\n\n\n\n<p>This matching engine forms part of the <em>Payments Engine<\/em> (PE) which I\u2019ll cover next. The PE powers the XRPL on the backend, finding the best prices possible.<\/p>\n\n\n\n<p><strong>Payments Engine<\/strong><\/p>\n\n\n\n<p>As mentioned, the Payments Engine is integrated with the current DEX, and will also integrate with the AMM if it is approved.<\/p>\n\n\n\n<p>The Payments Engine (PE) is responsible for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Executing payments: <\/strong>transferring value between accounts.<\/li>\n\n\n\n<li><strong>Offer crossings:<\/strong> matching buying and selling orders on the DEX.<\/li>\n\n\n\n<li><strong>Cash cheques: <\/strong>similar to paper checks in TradFi but all on the XRPL.<\/li>\n<\/ul>\n\n\n\n<p>Given that many consumers, institutions, and even countries will be using the XRPL, there\u2019s a need for the PE to be as efficient as possible.<\/p>\n\n\n\n<p>How does it always find the best path possible?<\/p>\n\n\n\n<p>It uses features such as pathfinding and autobridging that facilitate <em>how<\/em> it chooses the best path. Depending on this, different applicable paths can be taken to get between the assets in question.<\/p>\n\n\n\n<p>In the context of pathfinding, it would calculate the aggregate price for various trading routes and select the best.&nbsp;<\/p>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>The above provided an overview of the XRPL\u2019s DEX and Payments Engine, covering how they work in tandem to provide the best price possible for users.<\/p>\n\n\n\n<p>This is a necessary precursor to more assets on the XRPL and widespread adoption that will add significant complications to the network. Fortunately, having a powerful PE means payments, transactions, and cash checks can all be efficiently executed.<\/p>\n\n\n\n<p>The CLOB DEX also complements the AMM, and both have inherent tradeoffs.&nbsp;<\/p>\n\n\n\n<p>In the meantime &#8211; looking to get involved with the XRPL? Many large institutions and firms are beginning to build and it\u2019s a great opportunity for those with developer experience.<\/p>\n\n\n\n<p>If you are interested in learning more about <strong>building on the XRPL<\/strong>, feel free to <a href=\"https:\/\/calendly.com\/lachlantodd\/15-mins\"><span style=\"text-decoration: underline;\">book a call<\/span><\/a> with me and we can discuss the process.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The XRPL is home to the first decentralized exchange (DEX), which began before the term \u201cDeFi\u201d even existed. It has an orderbook design and allows any type of blockchain-based asset (cryptocurrencies, fiat currencies, tokenized assets, and more) to be traded permissionlessly.&nbsp;&nbsp; The DEX is powered by a collection of backend rippled functions that together form [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":257,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,16],"tags":[],"class_list":["post-256","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","category-xrpl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The XRPL Payments Engine - DeFi Content Marketing Blogs by Multichain Media<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The XRPL Payments Engine - DeFi Content Marketing Blogs by Multichain Media\" \/>\n<meta property=\"og:description\" content=\"The XRPL is home to the first decentralized exchange (DEX), which began before the term \u201cDeFi\u201d even existed. It has an orderbook design and allows any type of blockchain-based asset (cryptocurrencies, fiat currencies, tokenized assets, and more) to be traded permissionlessly.&nbsp;&nbsp; The DEX is powered by a collection of backend rippled functions that together form [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/\" \/>\n<meta property=\"og:site_name\" content=\"DeFi Content Marketing Blogs by Multichain Media\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-15T13:41:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-15T18:08:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/11\/Screen-Shot-2023-11-15-at-4.41.18-PM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1386\" \/>\n\t<meta property=\"og:image:height\" content=\"782\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lachlan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@multichainmedia\" \/>\n<meta name=\"twitter:site\" content=\"@multichainmedia\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lachlan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/\"},\"author\":{\"name\":\"Lachlan\",\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#\/schema\/person\/00dcd5a211b3e3b82f5d42bfd057da17\"},\"headline\":\"The XRPL Payments Engine\",\"datePublished\":\"2023-11-15T13:41:35+00:00\",\"dateModified\":\"2023-11-15T18:08:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/\"},\"wordCount\":954,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#organization\"},\"articleSection\":{\"1\":\"XRPL\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/\",\"url\":\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/\",\"name\":\"The XRPL Payments Engine - DeFi Content Marketing Blogs by Multichain Media\",\"isPartOf\":{\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#website\"},\"datePublished\":\"2023-11-15T13:41:35+00:00\",\"dateModified\":\"2023-11-15T18:08:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.multichainmedia.xyz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The XRPL Payments Engine\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#website\",\"url\":\"https:\/\/blog.multichainmedia.xyz\/\",\"name\":\"DeFi Content Marketing Blogs by Multichain Media\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.multichainmedia.xyz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#organization\",\"name\":\"Multichain Media\",\"url\":\"https:\/\/blog.multichainmedia.xyz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/02\/Multichain-Media.png\",\"contentUrl\":\"https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/02\/Multichain-Media.png\",\"width\":554,\"height\":166,\"caption\":\"Multichain Media\"},\"image\":{\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/multichainmedia\",\"https:\/\/www.linkedin.com\/company\/multichain-media\/\",\"https:\/\/medium.com\/@MultichainMedia\",\"https:\/\/t.me\/lachlant\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#\/schema\/person\/00dcd5a211b3e3b82f5d42bfd057da17\",\"name\":\"Lachlan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.multichainmedia.xyz\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4a78d738f1cdf3501cb93eded0ad3cda4cec3d2b56af2cc9e2fa2e2f9b26130a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4a78d738f1cdf3501cb93eded0ad3cda4cec3d2b56af2cc9e2fa2e2f9b26130a?s=96&d=mm&r=g\",\"caption\":\"Lachlan\"},\"sameAs\":[\"https:\/\/blog.multichainmedia.xyz\"],\"url\":\"https:\/\/blog.multichainmedia.xyz\/index.php\/author\/lachlan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The XRPL Payments Engine - DeFi Content Marketing Blogs by Multichain Media","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/","og_locale":"en_US","og_type":"article","og_title":"The XRPL Payments Engine - DeFi Content Marketing Blogs by Multichain Media","og_description":"The XRPL is home to the first decentralized exchange (DEX), which began before the term \u201cDeFi\u201d even existed. It has an orderbook design and allows any type of blockchain-based asset (cryptocurrencies, fiat currencies, tokenized assets, and more) to be traded permissionlessly.&nbsp;&nbsp; The DEX is powered by a collection of backend rippled functions that together form [&hellip;]","og_url":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/","og_site_name":"DeFi Content Marketing Blogs by Multichain Media","article_published_time":"2023-11-15T13:41:35+00:00","article_modified_time":"2023-11-15T18:08:52+00:00","og_image":[{"width":1386,"height":782,"url":"https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/11\/Screen-Shot-2023-11-15-at-4.41.18-PM.png","type":"image\/png"}],"author":"Lachlan","twitter_card":"summary_large_image","twitter_creator":"@multichainmedia","twitter_site":"@multichainmedia","twitter_misc":{"Written by":"Lachlan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/#article","isPartOf":{"@id":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/"},"author":{"name":"Lachlan","@id":"https:\/\/blog.multichainmedia.xyz\/#\/schema\/person\/00dcd5a211b3e3b82f5d42bfd057da17"},"headline":"The XRPL Payments Engine","datePublished":"2023-11-15T13:41:35+00:00","dateModified":"2023-11-15T18:08:52+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/"},"wordCount":954,"commentCount":0,"publisher":{"@id":"https:\/\/blog.multichainmedia.xyz\/#organization"},"articleSection":{"1":"XRPL"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/","url":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/","name":"The XRPL Payments Engine - DeFi Content Marketing Blogs by Multichain Media","isPartOf":{"@id":"https:\/\/blog.multichainmedia.xyz\/#website"},"datePublished":"2023-11-15T13:41:35+00:00","dateModified":"2023-11-15T18:08:52+00:00","breadcrumb":{"@id":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.multichainmedia.xyz\/index.php\/2023\/11\/15\/the-xrpl-payments-engine\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.multichainmedia.xyz\/"},{"@type":"ListItem","position":2,"name":"The XRPL Payments Engine"}]},{"@type":"WebSite","@id":"https:\/\/blog.multichainmedia.xyz\/#website","url":"https:\/\/blog.multichainmedia.xyz\/","name":"DeFi Content Marketing Blogs by Multichain Media","description":"","publisher":{"@id":"https:\/\/blog.multichainmedia.xyz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.multichainmedia.xyz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.multichainmedia.xyz\/#organization","name":"Multichain Media","url":"https:\/\/blog.multichainmedia.xyz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.multichainmedia.xyz\/#\/schema\/logo\/image\/","url":"https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/02\/Multichain-Media.png","contentUrl":"https:\/\/blog.multichainmedia.xyz\/wp-content\/uploads\/2023\/02\/Multichain-Media.png","width":554,"height":166,"caption":"Multichain Media"},"image":{"@id":"https:\/\/blog.multichainmedia.xyz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/multichainmedia","https:\/\/www.linkedin.com\/company\/multichain-media\/","https:\/\/medium.com\/@MultichainMedia","https:\/\/t.me\/lachlant"]},{"@type":"Person","@id":"https:\/\/blog.multichainmedia.xyz\/#\/schema\/person\/00dcd5a211b3e3b82f5d42bfd057da17","name":"Lachlan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.multichainmedia.xyz\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4a78d738f1cdf3501cb93eded0ad3cda4cec3d2b56af2cc9e2fa2e2f9b26130a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4a78d738f1cdf3501cb93eded0ad3cda4cec3d2b56af2cc9e2fa2e2f9b26130a?s=96&d=mm&r=g","caption":"Lachlan"},"sameAs":["https:\/\/blog.multichainmedia.xyz"],"url":"https:\/\/blog.multichainmedia.xyz\/index.php\/author\/lachlan\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/posts\/256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=256"}],"version-history":[{"count":2,"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/posts\/256\/revisions"}],"predecessor-version":[{"id":260,"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/posts\/256\/revisions\/260"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/media\/257"}],"wp:attachment":[{"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/categories?post=256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.multichainmedia.xyz\/index.php\/wp-json\/wp\/v2\/tags?post=256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}