{"templateId":"markdown","versions":[{"version":"v1.40","label":"v1.40 STS","link":"/products/custody/accounts-and-assets/gas-station/overview","default":true,"active":false,"folderId":"c15a2701"},{"version":"v1.39","label":"v1.39 STS","link":"/products/custody/v1.39/accounts-and-assets/gas-station/overview","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.38","label":"v1.38 STS","link":"/products/custody/v1.38/accounts-and-assets/gas-station/overview","default":false,"active":true,"folderId":"c15a2701"},{"version":"v1.34","label":"v1.34 LTS","link":"/products/custody/v1.34/accounts-and-assets/gas-station/overview","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.26","label":"v1.26 LTS","link":"/products/custody/v1.26/accounts-and-assets/gas-station/overview","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.19","label":"v1.19 LTS","link":"/products/custody/v1.19/accounts-and-assets/gas-station/overview","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.15","label":"v1.15 LTS","link":"/products/custody/v1.15/accounts-and-assets/gas-station/overview","default":false,"active":false,"folderId":"c15a2701"}],"sharedDataIds":{"sidebar":"sidebar-products/custody/@v1.15/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Gas Station","description":"User guides, API reference, and support resources.","siteUrl":"https://docs.ripple.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"gas-station","__idx":0},"children":["Gas Station"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Executive summary"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Gas Station funds transaction fees for sponsored accounts on supported Solana, XRPL, and EVM-compatible ledgers."]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Sponsor accounts provide native tokens for accounts that need gas."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Configure sponsorship for specific accounts or for a domain."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Set ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["includeSubDomains"]}," to include subdomains in domain sponsorship."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Gas Station uses just-in-time funding instead of pre-funding every sponsored account."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Gas Station submits automated funding transactions as system-signed intents. You must activate system-signed intents and create a Gas Station policy before sponsorship works."]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"Why this matters"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Gas Station reduces operational friction for users and integrations that hold non-native tokens but do not hold the native token required for transaction fees. Operators can fund one or more sponsor accounts and define which accounts or domains receive fee funding."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For architects, Gas Station affects account design, system-signed policy governance, sponsor funding, and monitoring. Scope sponsorship deliberately so accounts get automated funding where they need it without granting broader transaction authority than the service requires."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Current scope"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Gas Station currently supports fee funding for non-native asset transactions on selected Solana, XRPL, and EVM-compatible ledgers. A sponsor account can only fund accounts on the same blockchain network. Sponsorship does not remove the need to fund and monitor sponsor accounts."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-gas-station-works","__idx":1},"children":["How Gas Station works"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When a sponsored account needs native gas for a supported transaction, Gas Station:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Detects that the account needs fee funding."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Checks whether Gas Station sponsors the account directly or through its domain."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Estimates the required native-token amount."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Submits a funding transaction from the sponsor account to the sponsored account."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Records the sponsorship activity for audit and monitoring."]}]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    Tx[\"Transaction needs gas\"] --> HasFunds{\"Account already has enough native token?\"}\n    HasFunds -->|Yes| Done[\"No sponsorship needed\"]\n    HasFunds -->|No| DomainSponsor{\"Domain-level sponsor?\"}\n    DomainSponsor -->|Yes| Fund[\"Sponsor funds account\"]\n    DomainSponsor -->|No| ParentSponsor{\"Inherited sponsor from parent domain?\"}\n    ParentSponsor -->|Yes| Fund\n    ParentSponsor -->|No| AccountSponsor{\"Account-level sponsor?\"}\n    AccountSponsor -->|Yes| Fund\n    AccountSponsor -->|No| Waiting[\"Transaction waits for manual funding\"]\n    Fund --> Continue[\"Original transaction can continue\"]\n","diagramHtml":"<svg id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 734.84375px;\" viewBox=\"0 0 734.84375 1626.625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .error-icon{fill:#552222;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .error-text{fill:#552222;stroke:#552222;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edge-thickness-normal{stroke-width:1px;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edge-thickness-thick{stroke-width:3.5px;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edge-pattern-solid{stroke-dasharray:0;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .marker{fill:#333333;stroke:#333333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .marker.cross{stroke:#333333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 p{margin:0;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .label{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .cluster-label text{fill:#333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .cluster-label span{color:#333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .cluster-label span p{background-color:transparent;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .label text,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 span{fill:#333;color:#333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node rect,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node circle,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node ellipse,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node polygon,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .rough-node .label text,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node .label text,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .image-shape .label,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .icon-shape .label{text-anchor:middle;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .rough-node .label,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node .label,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .image-shape .label,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .icon-shape .label{text-align:center;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node.clickable{cursor:pointer;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .arrowheadPath{fill:#333333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .flowchart-link{stroke:#333333;fill:none;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .cluster text{fill:#333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .cluster span{color:#333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 rect.text{fill:none;stroke-width:0;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .icon-shape,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .icon-shape p,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .icon-shape .label rect,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 .node .neo-node{stroke:#9370DB;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].node rect,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].cluster rect,#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M267.75,62L267.75,66.167C267.75,70.333,267.75,78.667,267.75,86.333C267.75,94,267.75,101,267.75,104.5L267.75,108\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_Tx_HasFunds_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Tx_HasFunds_0\" data-points=\"W3sieCI6MjY3Ljc1LCJ5Ijo2Mn0seyJ4IjoyNjcuNzUsInkiOjg3fSx7IngiOjI2Ny43NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path><path d=\"M206.04,328.29L192.904,344.741C179.769,361.193,153.498,394.097,140.362,430.185C127.227,466.273,127.227,505.547,127.227,525.184L127.227,544.82\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_HasFunds_Done_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_HasFunds_Done_0\" data-points=\"W3sieCI6MjA2LjAzOTY5NTE3NDYyNjY3LCJ5IjozMjguMjg5Njk1MTc0NjI2N30seyJ4IjoxMjcuMjI2NTYyNSwieSI6NDI3fSx7IngiOjEyNy4yMjY1NjI1LCJ5Ijo1NDguODIwMzEyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path><path d=\"M329.46,328.29L342.596,344.741C355.731,361.193,382.002,394.097,395.138,416.048C408.273,438,408.273,449,408.273,454.5L408.273,460\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_HasFunds_DomainSponsor_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_HasFunds_DomainSponsor_0\" data-points=\"W3sieCI6MzI5LjQ2MDMwNDgyNTM3MzMsInkiOjMyOC4yODk2OTUxNzQ2MjY3fSx7IngiOjQwOC4yNzM0Mzc1LCJ5Ijo0Mjd9LHsieCI6NDA4LjI3MzQzNzUsInkiOjQ2NH1d\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path><path d=\"M349.626,628.993L332.043,644.934C314.46,660.875,279.294,692.758,261.712,738.033C244.129,783.307,244.129,841.974,244.129,900.641C244.129,959.307,244.129,1017.974,244.129,1072.223C244.129,1126.471,244.129,1176.302,244.129,1226.133C244.129,1275.964,244.129,1325.794,245.73,1358.224C247.332,1390.654,250.534,1405.684,252.136,1413.198L253.737,1420.713\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_DomainSponsor_Fund_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_DomainSponsor_Fund_0\" data-points=\"W3sieCI6MzQ5LjYyNTY1OTE3NTcyNjEsInkiOjYyOC45OTI4NDY2NzU3MjYxfSx7IngiOjI0NC4xMjg5MDYyNSwieSI6NzI0LjY0MDYyNX0seyJ4IjoyNDQuMTI4OTA2MjUsInkiOjkwMC42NDA2MjV9LHsieCI6MjQ0LjEyODkwNjI1LCJ5IjoxMDc2LjY0MDYyNX0seyJ4IjoyNDQuMTI4OTA2MjUsInkiOjEyMjYuMTMyODEyNX0seyJ4IjoyNDQuMTI4OTA2MjUsInkiOjEzNzUuNjI1fSx7IngiOjI1NC41NzA2MjA4ODgxNTc5LCJ5IjoxNDI0LjYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path><path d=\"M449.527,646.387L457.151,659.43C464.776,672.472,480.025,698.556,487.649,717.098C495.273,735.641,495.273,746.641,495.273,752.141L495.273,757.641\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_DomainSponsor_ParentSponsor_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_DomainSponsor_ParentSponsor_0\" data-points=\"W3sieCI6NDQ5LjUyNjc0MjEyMTUwMDcsInkiOjY0Ni4zODczMjAzNzg0OTkyfSx7IngiOjQ5NS4yNzM0Mzc1LCJ5Ijo3MjQuNjQwNjI1fSx7IngiOjQ5NS4yNzM0Mzc1LCJ5Ijo3NjEuNjQwNjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path><path d=\"M431.791,976.159L417.714,992.906C403.636,1009.653,375.48,1043.147,361.402,1084.809C347.324,1126.471,347.324,1176.302,347.324,1226.133C347.324,1275.964,347.324,1325.794,338.478,1358.438C329.631,1391.081,311.938,1406.537,303.091,1414.265L294.245,1421.993\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_ParentSponsor_Fund_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ParentSponsor_Fund_0\" data-points=\"W3sieCI6NDMxLjc5MTQ0NjQ0NzE5NzEsInkiOjk3Ni4xNTg2MzM5NDcxOTd9LHsieCI6MzQ3LjMyNDIxODc1LCJ5IjoxMDc2LjY0MDYyNX0seyJ4IjozNDcuMzI0MjE4NzUsInkiOjEyMjYuMTMyODEyNX0seyJ4IjozNDcuMzI0MjE4NzUsInkiOjEzNzUuNjI1fSx7IngiOjI5MS4yMzIxMTM0ODY4NDIxLCJ5IjoxNDI0LjYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path><path d=\"M538.689,996.225L544.777,1009.628C550.864,1023.03,563.04,1049.835,569.127,1068.738C575.215,1087.641,575.215,1098.641,575.215,1104.141L575.215,1109.641\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_ParentSponsor_AccountSponsor_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ParentSponsor_AccountSponsor_0\" data-points=\"W3sieCI6NTM4LjY4OTA1OTk3MjE4NDUsInkiOjk5Ni4yMjUwMDI1Mjc4MTU1fSx7IngiOjU3NS4yMTQ4NDM3NSwieSI6MTA3Ni42NDA2MjV9LHsieCI6NTc1LjIxNDg0Mzc1LCJ5IjoxMTEzLjY0MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path><path d=\"M522.516,1285.926L509.34,1300.876C496.164,1315.826,469.813,1345.725,437.573,1368.586C405.334,1391.447,367.207,1407.27,348.144,1415.181L329.08,1423.092\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_AccountSponsor_Fund_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_AccountSponsor_Fund_0\" data-points=\"W3sieCI6NTIyLjUxNjIwOTE1NTI0ODcsInkiOjEyODUuOTI2MzY1NDA1MjQ4Nn0seyJ4Ijo0NDMuNDYwOTM3NSwieSI6MTM3NS42MjV9LHsieCI6MzI1LjM4NTk0Nzc3OTYwNTI2LCJ5IjoxNDI0LjYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path><path d=\"M589.433,1324.407L590.668,1332.943C591.903,1341.479,594.374,1358.552,595.609,1372.589C596.844,1386.625,596.844,1397.625,596.844,1403.125L596.844,1408.625\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_AccountSponsor_Waiting_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_AccountSponsor_Waiting_0\" data-points=\"W3sieCI6NTg5LjQzMzMzMDM0MzE4MTQsInkiOjEzMjQuNDA2NTEzNDA2ODE4NX0seyJ4Ijo1OTYuODQzNzUsInkiOjEzNzUuNjI1fSx7IngiOjU5Ni44NDM3NSwieSI6MTQxMi42MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path><path d=\"M260.324,1478.625L260.324,1484.792C260.324,1490.958,260.324,1503.292,260.324,1512.958C260.324,1522.625,260.324,1529.625,260.324,1533.125L260.324,1536.625\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-L_Fund_Continue_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Fund_Continue_0\" data-points=\"W3sieCI6MjYwLjMyNDIxODc1LCJ5IjoxNDc4LjYyNX0seyJ4IjoyNjAuMzI0MjE4NzUsInkiOjE1MTUuNjI1fSx7IngiOjI2MC4zMjQyMTg3NSwieSI6MTU0MC42MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Tx_HasFunds_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(127.2265625, 427)\"><g class=\"label\" data-id=\"L_HasFunds_Done_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(408.2734375, 427)\"><g class=\"label\" data-id=\"L_HasFunds_DomainSponsor_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(244.12890625, 1076.640625)\"><g class=\"label\" data-id=\"L_DomainSponsor_Fund_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(495.2734375, 724.640625)\"><g class=\"label\" data-id=\"L_DomainSponsor_ParentSponsor_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(347.32421875, 1226.1328125)\"><g class=\"label\" data-id=\"L_ParentSponsor_Fund_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(575.21484375, 1076.640625)\"><g class=\"label\" data-id=\"L_ParentSponsor_AccountSponsor_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(439.63969, 1377.21078)\"><g class=\"label\" data-id=\"L_AccountSponsor_Fund_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(596.84375, 1375.625)\"><g class=\"label\" data-id=\"L_AccountSponsor_Waiting_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Fund_Continue_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-flowchart-Tx-0\" data-look=\"classic\" transform=\"translate(267.75, 35)\"><rect class=\"basic label-container\" style=\"\" x=\"-112.5703125\" y=\"-27\" width=\"225.140625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-82.5703125, -12)\"><rect></rect><foreignObject width=\"165.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Transaction needs gas</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-flowchart-HasFunds-1\" data-look=\"classic\" transform=\"translate(267.75, 251)\"><polygon points=\"139,0 278,-139 139,-278 0,-139\" class=\"label-container\" transform=\"translate(-138.5, 139)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Account already has enough native token?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-flowchart-Done-3\" data-look=\"classic\" transform=\"translate(127.2265625, 575.8203125)\"><rect class=\"basic label-container\" style=\"\" x=\"-119.2265625\" y=\"-27\" width=\"238.453125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-89.2265625, -12)\"><rect></rect><foreignObject width=\"178.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>No sponsorship needed</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-flowchart-DomainSponsor-5\" data-look=\"classic\" transform=\"translate(408.2734375, 575.8203125)\"><polygon points=\"111.8203125,0 223.640625,-111.8203125 111.8203125,-223.640625 0,-111.8203125\" class=\"label-container\" transform=\"translate(-111.3203125, 111.8203125)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-84.8203125, -12)\"><rect></rect><foreignObject width=\"169.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Domain-level sponsor?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-flowchart-Fund-7\" data-look=\"classic\" transform=\"translate(260.32421875, 1451.625)\"><rect class=\"basic label-container\" style=\"\" x=\"-115.8984375\" y=\"-27\" width=\"231.796875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-85.8984375, -12)\"><rect></rect><foreignObject width=\"171.796875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Sponsor funds account</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-flowchart-ParentSponsor-9\" data-look=\"classic\" transform=\"translate(495.2734375, 900.640625)\"><polygon points=\"139,0 278,-139 139,-278 0,-139\" class=\"label-container\" transform=\"translate(-138.5, 139)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Inherited sponsor from parent domain?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-flowchart-AccountSponsor-13\" data-look=\"classic\" transform=\"translate(575.21484375, 1226.1328125)\"><polygon points=\"112.4921875,0 224.984375,-112.4921875 112.4921875,-224.984375 0,-112.4921875\" class=\"label-container\" transform=\"translate(-111.9921875, 112.4921875)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-85.4921875, -12)\"><rect></rect><foreignObject width=\"170.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Account-level sponsor?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-flowchart-Waiting-17\" data-look=\"classic\" transform=\"translate(596.84375, 1451.625)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Transaction waits for manual funding</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-flowchart-Continue-19\" data-look=\"classic\" transform=\"translate(260.32421875, 1579.625)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Original transaction can continue</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-2ba5d68ed102dceca0a0eafc3aa22e8b3207942b9fdc1d24a05d3cf281631833-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 734.84375px;\" viewBox=\"0 0 734.84375 1626.625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .error-icon{fill:#a44141;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .error-text{fill:#ddd;stroke:#ddd;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edge-thickness-normal{stroke-width:1px;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edge-thickness-thick{stroke-width:3.5px;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edge-pattern-solid{stroke-dasharray:0;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .marker.cross{stroke:lightgrey;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 p{margin:0;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .label{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .cluster-label text{fill:#F9FFFE;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .cluster-label span{color:#F9FFFE;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .cluster-label span p{background-color:transparent;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .label text,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 span{fill:#ccc;color:#ccc;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node rect,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node circle,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node ellipse,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node polygon,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .rough-node .label text,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node .label text,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .image-shape .label,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .icon-shape .label{text-anchor:middle;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .rough-node .label,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node .label,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .image-shape .label,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .icon-shape .label{text-align:center;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node.clickable{cursor:pointer;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .arrowheadPath{fill:lightgrey;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .cluster text{fill:#F9FFFE;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .cluster span{color:#F9FFFE;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 rect.text{fill:none;stroke-width:0;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .icon-shape,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .icon-shape p,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .icon-shape .label rect,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 .node .neo-node{stroke:#ccc;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].node rect,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].cluster rect,#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].node polygon{stroke:url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].node path{stroke:url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-gradient);stroke-width:1px;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].node circle{stroke:url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M267.75,62L267.75,66.167C267.75,70.333,267.75,78.667,267.75,86.333C267.75,94,267.75,101,267.75,104.5L267.75,108\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_Tx_HasFunds_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Tx_HasFunds_0\" data-points=\"W3sieCI6MjY3Ljc1LCJ5Ijo2Mn0seyJ4IjoyNjcuNzUsInkiOjg3fSx7IngiOjI2Ny43NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path><path d=\"M206.04,328.29L192.904,344.741C179.769,361.193,153.498,394.097,140.362,430.185C127.227,466.273,127.227,505.547,127.227,525.184L127.227,544.82\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_HasFunds_Done_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_HasFunds_Done_0\" data-points=\"W3sieCI6MjA2LjAzOTY5NTE3NDYyNjY3LCJ5IjozMjguMjg5Njk1MTc0NjI2N30seyJ4IjoxMjcuMjI2NTYyNSwieSI6NDI3fSx7IngiOjEyNy4yMjY1NjI1LCJ5Ijo1NDguODIwMzEyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path><path d=\"M329.46,328.29L342.596,344.741C355.731,361.193,382.002,394.097,395.138,416.048C408.273,438,408.273,449,408.273,454.5L408.273,460\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_HasFunds_DomainSponsor_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_HasFunds_DomainSponsor_0\" data-points=\"W3sieCI6MzI5LjQ2MDMwNDgyNTM3MzMsInkiOjMyOC4yODk2OTUxNzQ2MjY3fSx7IngiOjQwOC4yNzM0Mzc1LCJ5Ijo0Mjd9LHsieCI6NDA4LjI3MzQzNzUsInkiOjQ2NH1d\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path><path d=\"M349.626,628.993L332.043,644.934C314.46,660.875,279.294,692.758,261.712,738.033C244.129,783.307,244.129,841.974,244.129,900.641C244.129,959.307,244.129,1017.974,244.129,1072.223C244.129,1126.471,244.129,1176.302,244.129,1226.133C244.129,1275.964,244.129,1325.794,245.73,1358.224C247.332,1390.654,250.534,1405.684,252.136,1413.198L253.737,1420.713\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_DomainSponsor_Fund_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_DomainSponsor_Fund_0\" data-points=\"W3sieCI6MzQ5LjYyNTY1OTE3NTcyNjEsInkiOjYyOC45OTI4NDY2NzU3MjYxfSx7IngiOjI0NC4xMjg5MDYyNSwieSI6NzI0LjY0MDYyNX0seyJ4IjoyNDQuMTI4OTA2MjUsInkiOjkwMC42NDA2MjV9LHsieCI6MjQ0LjEyODkwNjI1LCJ5IjoxMDc2LjY0MDYyNX0seyJ4IjoyNDQuMTI4OTA2MjUsInkiOjEyMjYuMTMyODEyNX0seyJ4IjoyNDQuMTI4OTA2MjUsInkiOjEzNzUuNjI1fSx7IngiOjI1NC41NzA2MjA4ODgxNTc5LCJ5IjoxNDI0LjYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path><path d=\"M449.527,646.387L457.151,659.43C464.776,672.472,480.025,698.556,487.649,717.098C495.273,735.641,495.273,746.641,495.273,752.141L495.273,757.641\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_DomainSponsor_ParentSponsor_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_DomainSponsor_ParentSponsor_0\" data-points=\"W3sieCI6NDQ5LjUyNjc0MjEyMTUwMDcsInkiOjY0Ni4zODczMjAzNzg0OTkyfSx7IngiOjQ5NS4yNzM0Mzc1LCJ5Ijo3MjQuNjQwNjI1fSx7IngiOjQ5NS4yNzM0Mzc1LCJ5Ijo3NjEuNjQwNjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path><path d=\"M431.791,976.159L417.714,992.906C403.636,1009.653,375.48,1043.147,361.402,1084.809C347.324,1126.471,347.324,1176.302,347.324,1226.133C347.324,1275.964,347.324,1325.794,338.478,1358.438C329.631,1391.081,311.938,1406.537,303.091,1414.265L294.245,1421.993\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_ParentSponsor_Fund_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ParentSponsor_Fund_0\" data-points=\"W3sieCI6NDMxLjc5MTQ0NjQ0NzE5NzEsInkiOjk3Ni4xNTg2MzM5NDcxOTd9LHsieCI6MzQ3LjMyNDIxODc1LCJ5IjoxMDc2LjY0MDYyNX0seyJ4IjozNDcuMzI0MjE4NzUsInkiOjEyMjYuMTMyODEyNX0seyJ4IjozNDcuMzI0MjE4NzUsInkiOjEzNzUuNjI1fSx7IngiOjI5MS4yMzIxMTM0ODY4NDIxLCJ5IjoxNDI0LjYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path><path d=\"M538.689,996.225L544.777,1009.628C550.864,1023.03,563.04,1049.835,569.127,1068.738C575.215,1087.641,575.215,1098.641,575.215,1104.141L575.215,1109.641\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_ParentSponsor_AccountSponsor_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_ParentSponsor_AccountSponsor_0\" data-points=\"W3sieCI6NTM4LjY4OTA1OTk3MjE4NDUsInkiOjk5Ni4yMjUwMDI1Mjc4MTU1fSx7IngiOjU3NS4yMTQ4NDM3NSwieSI6MTA3Ni42NDA2MjV9LHsieCI6NTc1LjIxNDg0Mzc1LCJ5IjoxMTEzLjY0MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path><path d=\"M522.516,1285.926L509.34,1300.876C496.164,1315.826,469.813,1345.725,437.573,1368.586C405.334,1391.447,367.207,1407.27,348.144,1415.181L329.08,1423.092\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_AccountSponsor_Fund_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_AccountSponsor_Fund_0\" data-points=\"W3sieCI6NTIyLjUxNjIwOTE1NTI0ODcsInkiOjEyODUuOTI2MzY1NDA1MjQ4Nn0seyJ4Ijo0NDMuNDYwOTM3NSwieSI6MTM3NS42MjV9LHsieCI6MzI1LjM4NTk0Nzc3OTYwNTI2LCJ5IjoxNDI0LjYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path><path d=\"M589.433,1324.407L590.668,1332.943C591.903,1341.479,594.374,1358.552,595.609,1372.589C596.844,1386.625,596.844,1397.625,596.844,1403.125L596.844,1408.625\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_AccountSponsor_Waiting_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_AccountSponsor_Waiting_0\" data-points=\"W3sieCI6NTg5LjQzMzMzMDM0MzE4MTQsInkiOjEzMjQuNDA2NTEzNDA2ODE4NX0seyJ4Ijo1OTYuODQzNzUsInkiOjEzNzUuNjI1fSx7IngiOjU5Ni44NDM3NSwieSI6MTQxMi42MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path><path d=\"M260.324,1478.625L260.324,1484.792C260.324,1490.958,260.324,1503.292,260.324,1512.958C260.324,1522.625,260.324,1529.625,260.324,1533.125L260.324,1536.625\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-L_Fund_Continue_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Fund_Continue_0\" data-points=\"W3sieCI6MjYwLjMyNDIxODc1LCJ5IjoxNDc4LjYyNX0seyJ4IjoyNjAuMzI0MjE4NzUsInkiOjE1MTUuNjI1fSx7IngiOjI2MC4zMjQyMTg3NSwieSI6MTU0MC42MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Tx_HasFunds_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(127.2265625, 427)\"><g class=\"label\" data-id=\"L_HasFunds_Done_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(408.2734375, 427)\"><g class=\"label\" data-id=\"L_HasFunds_DomainSponsor_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(244.12890625, 1076.640625)\"><g class=\"label\" data-id=\"L_DomainSponsor_Fund_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(495.2734375, 724.640625)\"><g class=\"label\" data-id=\"L_DomainSponsor_ParentSponsor_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(347.32421875, 1226.1328125)\"><g class=\"label\" data-id=\"L_ParentSponsor_Fund_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(575.21484375, 1076.640625)\"><g class=\"label\" data-id=\"L_ParentSponsor_AccountSponsor_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(439.63969, 1377.21078)\"><g class=\"label\" data-id=\"L_AccountSponsor_Fund_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(596.84375, 1375.625)\"><g class=\"label\" data-id=\"L_AccountSponsor_Waiting_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Fund_Continue_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-flowchart-Tx-0\" data-look=\"classic\" transform=\"translate(267.75, 35)\"><rect class=\"basic label-container\" style=\"\" x=\"-112.5703125\" y=\"-27\" width=\"225.140625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-82.5703125, -12)\"><rect></rect><foreignObject width=\"165.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Transaction needs gas</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-flowchart-HasFunds-1\" data-look=\"classic\" transform=\"translate(267.75, 251)\"><polygon points=\"139,0 278,-139 139,-278 0,-139\" class=\"label-container\" transform=\"translate(-138.5, 139)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Account already has enough native token?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-flowchart-Done-3\" data-look=\"classic\" transform=\"translate(127.2265625, 575.8203125)\"><rect class=\"basic label-container\" style=\"\" x=\"-119.2265625\" y=\"-27\" width=\"238.453125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-89.2265625, -12)\"><rect></rect><foreignObject width=\"178.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>No sponsorship needed</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-flowchart-DomainSponsor-5\" data-look=\"classic\" transform=\"translate(408.2734375, 575.8203125)\"><polygon points=\"111.8203125,0 223.640625,-111.8203125 111.8203125,-223.640625 0,-111.8203125\" class=\"label-container\" transform=\"translate(-111.3203125, 111.8203125)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-84.8203125, -12)\"><rect></rect><foreignObject width=\"169.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Domain-level sponsor?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-flowchart-Fund-7\" data-look=\"classic\" transform=\"translate(260.32421875, 1451.625)\"><rect class=\"basic label-container\" style=\"\" x=\"-115.8984375\" y=\"-27\" width=\"231.796875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-85.8984375, -12)\"><rect></rect><foreignObject width=\"171.796875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Sponsor funds account</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-flowchart-ParentSponsor-9\" data-look=\"classic\" transform=\"translate(495.2734375, 900.640625)\"><polygon points=\"139,0 278,-139 139,-278 0,-139\" class=\"label-container\" transform=\"translate(-138.5, 139)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Inherited sponsor from parent domain?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-flowchart-AccountSponsor-13\" data-look=\"classic\" transform=\"translate(575.21484375, 1226.1328125)\"><polygon points=\"112.4921875,0 224.984375,-112.4921875 112.4921875,-224.984375 0,-112.4921875\" class=\"label-container\" transform=\"translate(-111.9921875, 112.4921875)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-85.4921875, -12)\"><rect></rect><foreignObject width=\"170.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Account-level sponsor?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-flowchart-Waiting-17\" data-look=\"classic\" transform=\"translate(596.84375, 1451.625)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Transaction waits for manual funding</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-flowchart-Continue-19\" data-look=\"classic\" transform=\"translate(260.32421875, 1579.625)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Original transaction can continue</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-758aad005ffbe852779f4898e4ea3ec5c680ba4ab7082afee2a8b93bf7a50f91-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    Tx[\"Transaction needs gas\"] --> HasFunds{\"Account already has enough native token?\"}\n    HasFunds -->|Yes| Done[\"No sponsorship needed\"]\n    HasFunds -->|No| DomainSponsor{\"Domain-level sponsor?\"}\n    DomainSponsor -->|Yes| Fund[\"Sponsor funds account\"]\n    DomainSponsor -->|No| ParentSponsor{\"Inherited sponsor from parent domain?\"}\n    ParentSponsor -->|Yes| Fund\n    ParentSponsor -->|No| AccountSponsor{\"Account-level sponsor?\"}\n    AccountSponsor -->|Yes| Fund\n    AccountSponsor -->|No| Waiting[\"Transaction waits for manual funding\"]\n    Fund --> Continue[\"Original transaction can continue\"]\n"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sponsorship-model","__idx":2},"children":["Sponsorship model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Sponsorship type"},"children":["Sponsorship type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["account"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A sponsor account funds specific account IDs."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["domain"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A sponsor account funds accounts in a domain."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["none"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Disables sponsorship for the sponsor configuration."]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The platform resolves a sponsor in a fixed order: first a domain-level sponsor for the account's domain, then a sponsor inherited from a parent domain (when domain-level sponsorship uses ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["includeSubDomains"]},"), then account-level sponsorship."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"system-signed-intents-and-policies","__idx":3},"children":["System-signed intents and policies"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Gas Station submits funding transactions as system-signed intents, in the same way as ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/accounts-and-assets/omnibus/setup-and-governance#system-signed-automation"},"children":["Omnibus automation"]},". The Gas Station service authenticates as a service caller registered in your identity provider (Keycloak), and does not hold a user signing key."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Migration from bot users"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Earlier releases used a dedicated bot user to sign Gas Station funding transactions. From this release, funding uses system-signed intents instead. Existing deployments must set up the service-caller identity in Keycloak and create a Gas Station system-signed policy, or automated funding stops working."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Funding works only after system-signed intents are activated for the deployment, the Gas Station service caller is registered in your identity provider, and a policy with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["intentOrigin: \"SystemSigned\""]}," admits the service's funding intents (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_CreateTransactionOrder"]}," only). For the activation sequence, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/deployment/reference/system-signed-intents"},"children":["System-signed intent configuration"]},"; for the policy example, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/governance/policies/examples#system-signed-gas-station-proposal"},"children":["System-signed Gas Station proposal"]},"; for deploying the service, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/deployment/reference/gas-station"},"children":["Gas Station reference"]},"."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Policy scope"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If Gas Station's funding intents match a policy that requires manual approvals, those approvals may delay or block automatic sponsorship. Keep the Gas Station policy narrowly scoped so funding executes without manual intervention."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"omnibus-usage","__idx":4},"children":["Omnibus usage"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/accounts-and-assets/omnibus/overview"},"children":["Omnibus"]}," can use Gas Station for non-native token sweeps from deposit wallets to the omnibus wallet on supported Solana, XRPL, and EVM networks."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When Gas Station funds an Omnibus deposit wallet, Omnibus must ignore the Gas Station account as a deposit source. This prevents Omnibus from processing native-token funding transactions as customer deposits."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"monitoring","__idx":5},"children":["Monitoring"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Gas Station sponsorship depends on sponsor-account balances and healthy background processing. Monitor:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Sponsor account balances and configured ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["alertLimit"]}," thresholds."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Funding failures and retry queues."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Gas Station system-signed intent activity."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Gas Station health and readiness endpoints."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Telemetry exported through your configured OpenTelemetry pipeline."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"related-topics","__idx":6},"children":["Related topics"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Topic"},"children":["Topic"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Documentation"},"children":["Documentation"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UI procedures"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/accounts-and-assets/gas-station/manage-gas-station-ui"},"children":["Manage a gas station in the UI"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["API procedures"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/accounts-and-assets/gas-station/manage-gas-station-api"},"children":["Manage a gas station with the API"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Deployment reference"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/deployment/reference/gas-station"},"children":["Gas Station reference"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["System-signed intents"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/deployment/reference/system-signed-intents"},"children":["System-signed intent configuration"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Omnibus"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/v1.38/accounts-and-assets/omnibus/overview"},"children":["Omnibus"]}]}]}]}]}]}]},"headings":[{"value":"Gas Station","id":"gas-station","depth":1},{"value":"How Gas Station works","id":"how-gas-station-works","depth":2},{"value":"Sponsorship model","id":"sponsorship-model","depth":2},{"value":"System-signed intents and policies","id":"system-signed-intents-and-policies","depth":2},{"value":"Omnibus usage","id":"omnibus-usage","depth":2},{"value":"Monitoring","id":"monitoring","depth":2},{"value":"Related topics","id":"related-topics","depth":2}],"frontmatter":{"seo":{"title":"Gas Station"}},"lastModified":"2026-07-27T14:26:48.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/custody/v1.38/accounts-and-assets/gas-station/overview","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}