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

# FAQ

<details>

<summary>What is Spend Market?</summary>

A prediction market that resolves on verified U.S. consumer transaction data. You take positions on what American consumers will do; real purchase data decides the outcome.

</details>

<details>

<summary>What network does it run on?</summary>

Arbitrum. All positions are denominated in USDC.

</details>

<details>

<summary>Do I need to know anything about crypto?</summary>

No. Sign in with email or social and a non-custodial wallet is provisioned for you. If you already have a wallet, connect that instead.

</details>

<details>

<summary>How do I earn promo credit?</summary>

Two ways, and they stack: $5 for connecting a bank, and $5 per friend you refer who deposits and trades $5 or more. See [Ways to Earn](/getting-started/ways-to-earn.md).

</details>

<details>

<summary>Is promo credit real money?</summary>

Promo is display credit you trade with, not cash. You can't transfer or withdraw it directly. But anything you win trading with it is real, and real winnings are yours to withdraw anytime.

</details>

<details>

<summary>How does the referral program work?</summary>

Share your invite code. When a friend signs up with it and deposits $5 or more in USDC, you both get $5 in promo credit. Deposits are cumulative and there's no time limit.

</details>

<details>

<summary>Is there a limit on referral rewards?</summary>

Promo from referrals is capped at $500 per person lifetime. After that you can keep referring, but no further promo is awarded.

</details>

<details>

<summary>Does my friend have to deposit for me to earn?</summary>

Yes. The referral stays pending until they deposit $5 or more. No deposit, no reward, but it can convert anytime later.

</details>

<details>

<summary>Can I use my own code, or use more than one?</summary>

No self-referrals, and a friend is locked to the first code they use at signup. Codes apply only during signup, never retroactively.

</details>

<details>

<summary>Do referral codes expire?</summary>

No. Your code doesn't expire and can be shared with unlimited people.

</details>

<details>

<summary>Do I need to connect a bank account?</summary>

No. It's optional. Connect one and we'll add $5 in promo credit. It's a separate program from referrals.

</details>

<details>

<summary>How do I fund my account?</summary>

If you've earned promo credit, you can trade with it first. When you're ready to add more, send USDC to your Spend address on Arbitrum, or buy USDC directly in the app through Privy. See [Funding Your Account](/getting-started/funding-your-account.md).

</details>

<details>

<summary>What determines a market's price?</summary>

In Phase 1 (Early Pool), the ratio of capital across outcomes. In Phase 2 (Open Market), whatever trades clear at. Either way, prices sum to \~$1.00.

</details>

<details>

<summary>Can I sell before a market resolves?</summary>

In Phase 2, yes. In Phase 1, no. Your collateral is locked until resolution or graduation.

</details>

<details>

<summary>Do all markets graduate?</summary>

No. Markets that don't hit the threshold resolve from Phase 1. By design.

</details>

<details>

<summary>What's a complete set?</summary>

One of every outcome token, redeemable for $1.00. It keeps the order book's prices summing to \~$1.00. See [Graduation & Complete Sets](/markets/graduation-and-complete-sets.md).

</details>

<details>

<summary>How is the outcome determined?</summary>

Through Revere, Spend Market's oracle, against the rules on the market page. See [Data & Revere](/data-and-revere/overview.md).

</details>

<details>

<summary>How long does resolution take?</summary>

48 hours after close.

</details>

<details>

<summary>What happens if a market is tied?</summary>

All positions refund in full.

</details>

<details>

<summary>What are the fees?</summary>

A Phase 1 tiered entry fee, a Phase 2 maker rebate / taker fee, and a 1% net-profit fee on winnings. All shown up front. See [Fees](/markets/fees.md).

</details>

<details>

<summary>Does Spend hold my funds?</summary>

No. Spend Market is non-custodial; your funds stay in your wallet.

</details>

<details>

<summary>What do you see when I connect my bank?</summary>

Anonymized transaction records and balances, never your login or identity. See [Privacy & Data Handling](/data-and-revere/privacy-and-data-handling.md).

</details>

<details>

<summary>Can I disconnect my bank later?</summary>

Yes, anytime. If you'd already earned a referral reward, disconnecting later doesn't reverse it.

</details>

<details>

<summary>Can I delete my data?</summary>

Yes. Email <help@americanspend.com>.

</details>

<details>

<summary>My deposit didn't arrive.</summary>

Confirm the network is Arbitrum and that you sent USDC. If it still hasn't landed after network confirmations, email <help@americanspend.com>.

</details>

<details>

<summary>I think a market resolved incorrectly.</summary>

Email <help@americanspend.com> within 7 days. We'll review against the rules.

</details>

<details>

<summary>I lost access to my embedded wallet.</summary>

Privy provides recovery flows. See their recovery documentation.

</details>

<details>

<summary>Still stuck?</summary>

Email <help@americanspend.com> or reach us on X at [@spendmarket](https://x.com/spendmarket).

</details>


---

# 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.spend.market/faq-and-glossary/faq.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.
