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

# Onboarding

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

#### Seamless Entry into the Asset Economy

At Poremi, we believe that joining the stablecoin ecosystem should be as easy as any daily activity. We have removed every technical barrier to ensure you can start building your digital wealth without a single moment of hesitation.

***

#### One Second Social Sign-up

Forget complex wallet creation and tedious verification. Poremi offers a lightning-fast onboarding experience through Google and Apple social logins. There is no need to memorize 12-word seed phrases or manage private keys manually. In just one second, you are ready to start earning real-world assets. Our streamlined process ensures that your journey begins immediately, without the friction typical of traditional blockchain services.

#### Simple yet Powerful Security: 6-Digit PIN

Ease of use does not mean a compromise in safety. To protect your accumulated assets and secure sensitive settings, Poremi implements a robust 6-digit security PIN. This serves as your personal key for critical actions, such as withdrawals and profile changes. By combining social convenience with high-level security, we ensure that your hard-earned assets remain under your absolute control, shielded from unauthorized access at all times.


---

# 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://poremi.gitbook.io/poremi-docs/docs/onboarding.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.
