> For the complete documentation index, see [llms.txt](https://docs.jaawle.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jaawle.xyz/legal/eligibility-and-identity.md).

# Eligibility and identity

Tokenized shares are securities. A wallet is verified once before it can trade, deposit or buy stocks; after that, nothing else is asked.

## Verification

Two providers exist, chosen by the deployment:

* **On-chain attestation.** The wallet verifies at Coinbase and publishes the verified-account and verified-country attestations on Base. The keeper reads them, checks the country against the eligibility policy and a sanctions oracle, and allowlists the wallet on-chain. No documents are sent to the platform.
* **Managed check.** The wallet submits identity details; the issuer runs the check and reports the verdict. Used where the attestation is not available.

The Verify button in the terminal starts either flow and shows the status: pending, verified, rejected.

## Eligibility

The platform follows Regulation S. Wallets whose verified country is the United States, or a restricted jurisdiction, are refused. The API also declines calls from those countries at the edge. Invite codes can open access during the closed beta.

## What the allowlist gates

| Needs a verified wallet                    | Open to anyone                        |
| ------------------------------------------ | ------------------------------------- |
| opening a position                         | reading markets, charts and pools     |
| depositing into or withdrawing from a pool | connecting a wallet                   |
| buying, selling or staking a stock         | requesting test funds on a test chain |
| one-click trading                          |                                       |

The allowlist lives in the access registry contract. Every gated function checks it; the operator can revoke a wallet, which is the only way to remove access.

## Wallets

Browser wallets that announce themselves are listed in the connect dialog: MetaMask, Rainbow, Coinbase Wallet and others. Mobile wallets connect through WalletConnect. A wallet stays connected across reloads until you disconnect.

## Terms

The first action from a wallet records acceptance of the terms of service, with the version accepted. A new version asks again.


---

# 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.jaawle.xyz/legal/eligibility-and-identity.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.
