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

# Eligibility

> <mark style="color:$warning;">This page reflects working assumptions. Final eligibility, KYC, and jurisdictional terms are subject to legal review.</mark>

**Who can use Spend Market.** Spend Market is available to eligible U.S. residents aged 18 or older, subject to the restrictions below and to the Terms of Service. You must be physically located in a permitted U.S. jurisdiction to trade.

**Regulatory status.** Spend Market is building toward operating as a federally regulated event-contract market under the oversight of the Commodity Futures Trading Commission (CFTC). Availability may change as that process advances.

**Restricted jurisdictions.** Spend Market is unavailable wherever event-contract trading or USDC is restricted. Two filters apply:

* **U.S. state restrictions.** Event-contract trading is restricted in some states, and the regulatory landscape is actively evolving. Spend Market is unavailable to residents of those states. The current list of excluded states is shown at signup and updated as the law develops; material changes are communicated in-app.
* **Sanctions.** Spend Market is not available to anyone located in, resident in, or acting on behalf of a person or entity subject to U.S. sanctions, or designated on a U.S. government sanctions list (including OFAC's Specially Designated Nationals list). These are the same restrictions that govern USDC itself.

**Identity verification.** Verifying your identity is required to trade. Spend Market asks for a government-issued ID and other information to confirm your identity and eligibility before you trade or withdraw. Verification is handled through a secure provider; requirements may expand based on your activity.

**Account rules.** One account per person. No delegated trading. You trade from your own account with your own funds.

**Changes.** Eligibility terms may change; material changes are communicated in-app before they take effect.

See [Legal](https://spend.market/terms) for binding terms of service.


---

# 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://handbook.spend.market/custody-and-eligibility/eligibility.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.
