> For the complete documentation index, see [llms.txt](https://singularityzk.gitbook.io/singularity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://singularityzk.gitbook.io/singularity/how-to-get-started.md).

# HOW TO GET STARTED?

- [Onboard in 4 easy steps...](https://singularityzk.gitbook.io/singularity/how-to-get-started/onboard-in-4-easy-steps....md)
- [KYC/KYB Guide](https://singularityzk.gitbook.io/singularity/how-to-get-started/kyc-kyb-guide.md)
- [KYC (Keyring Network)](https://singularityzk.gitbook.io/singularity/how-to-get-started/kyc-kyb-guide/kyc-keyring-network.md)
- [KYB (Keyring Network)](https://singularityzk.gitbook.io/singularity/how-to-get-started/kyc-kyb-guide/kyb-keyring-network.md)
- [KYC (zkMe) for accessing Arbitrum](https://singularityzk.gitbook.io/singularity/how-to-get-started/kyc-kyb-guide/kyc-zkme-for-accessing-arbitrum.md)
- [On-Chain Actions](https://singularityzk.gitbook.io/singularity/how-to-get-started/on-chain-actions.md): In this section of our guide, we are going to break-down step-by-step as granular as possible how to navigate Singularity.
- [Deposit/ Withdraw](https://singularityzk.gitbook.io/singularity/how-to-get-started/on-chain-actions/deposit-withdraw.md): Below is a step-by-step guide but we also have a video tutorial as well.
- [Swaps](https://singularityzk.gitbook.io/singularity/how-to-get-started/on-chain-actions/swaps.md): Here's a step-by-step explanation along with a video tutorial of the swapping process via Singularity:
- [Liquidity Providing (Add/ Remove)](https://singularityzk.gitbook.io/singularity/how-to-get-started/on-chain-actions/liquidity-providing-add-remove.md): Using the Singularity interface and platform users can access liquidity from a variety of liquidity pools.  Here’s a step-by-step guide alongside a video tutorial on how to add liquidity:
- [Internal Transfer](https://singularityzk.gitbook.io/singularity/how-to-get-started/on-chain-actions/internal-transfer.md): As the goal of Singularity is to protect commercial confidentiality with every on-chain action, we enabled the ability to transfer internally to other Singularity users.
- [Compliant Staking](https://singularityzk.gitbook.io/singularity/how-to-get-started/on-chain-actions/compliant-staking.md): Deposit. Mint. Earn. Repeat.
- [Stake and Redeem](https://singularityzk.gitbook.io/singularity/how-to-get-started/on-chain-actions/compliant-staking/stake-and-redeem.md): Please follow the instructions on how to commence compliant staking via Direct Deposit.


---

# 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://singularityzk.gitbook.io/singularity/how-to-get-started.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.
