> For the complete documentation index, see [llms.txt](https://docs.mawari.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mawari.net/decentralized-infrastructure-offering-dio/purchasing-the-guardian-node-license.md).

# Purchasing the Guardian Node License

This guide provides a quick overview of how to bridge your stablecoins (USDC or USDT) to Arbitrum using Squid Router, and how to proceed with purchasing the Guardian Node license once your funds are ready.

{% hint style="info" %}
Make sure your funds are stored in a self-custody wallet where you fully control the private keys or seed phrase. Examples include MetaMask, Rabby, Phantom, Trust Wallet, Ledger, SafePal and Trezor.

Do not use custodial exchange wallets such as Coinbase, Binance, Kraken, or Crypto.com, as you may not have full control over the assets or transaction permissions.
{% endhint %}

## Step 1: Bridge USDT or USDC to Arbitrum

If your USDT or USDC is currently held on another chain (e.g., Ethereum, Polygon, BNB Chain, etc.), you’ll need to bridge it to Arbitrum before you can use it on the Mawari Node Sale platform.

🟢 Watch the video tutorial below to follow the step-by-step process using [Squid Router](https://app.squidrouter.com/), a cross-chain bridge built for speed, simplicity, and reliability.

> ✅ Supported chains and tokens may vary depending on network liquidity. Make sure to select USDT or USDC, and Arbitrum as the destination chain.

{% embed url="<https://www.youtube.com/watch?v=TE8dbn02Zjo>" %}

## Step 2: Purchase a Guardian Node License<br>

Once your stablecoins are available on Arbitrum, you’re ready to buy your Guardian Node license through the Mawari DIO website: [https://dio.mawari.net](https://dio.mawari.net/)

<br>

🟢 Watch the second video below to see how to:

* Connect your wallet
* Select a Guardian Node license tier
* Confirm the transaction

> 💡 After your purchase, the Mawari Network will deliver your Guardian Node license to the same wallet used for the transaction within 7 days.

{% embed url="<https://www.youtube.com/watch?v=HALjQ1fpGfQ>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mawari.net/decentralized-infrastructure-offering-dio/purchasing-the-guardian-node-license.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
