> For the complete documentation index, see [llms.txt](https://docs.sugars.zone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sugars.zone/product/tutorial-for-particle-wallet.md).

# Tutorial for Particle Wallet

### **About Particle Wallet**

Sugar integrates the Particle embedded wallet, which can be directly opened and used in the app. Particle uses Multi-party computation (MPC) - Threshold Signature Scheme (TSS) technology to offer enhanced security for your cryptocurrencies and other digital assets.You can use the familiar web2 social accounts to onboard Particle wallet. The account you use to register Sugar is also the account for your Particle wallet.The social accounts Particle supports:

* Phone number
* Google account
* Apple ID
* Facebook
* Twitter (X)
* Discord
* Github
* Twitch
* Microsoft account
* Linkedin

<br>

### **How to Use Particle Wallet in Sugar**

#### Open Particle

You can open Particle by going to your profile page and clicking "My Wallet" or by simply clicking the Particle icon on any page.

<figure><img src="/files/NH4GSjpl9enLAsCnVABp" alt=""><figcaption><p>Open Particle</p></figcaption></figure>

#### Check wallet address & assets

You can check your wallet address on your profile page or in your Particle wallet. Copy your wallet address by clicking the icon beside it.

<figure><img src="/files/XLSNptHa6Rbccl258RAc" alt=""><figcaption><p>Check Address &#x26; Assets</p></figcaption></figure>

#### Switch network to ZetaChain

<figure><img src="/files/F4oODFwIiFepiUxn7dIv" alt=""><figcaption></figcaption></figure>

#### Send & Receive

* Send

<figure><img src="/files/9yvJ4jqvqC6Ats256Zhf" alt=""><figcaption></figcaption></figure>

* Receive

<figure><img src="/files/QJAsevAext7CZPy5rFMw" alt=""><figcaption></figcaption></figure>


---

# 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.sugars.zone/product/tutorial-for-particle-wallet.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.
