> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kash.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Account

> Common questions about account creation and management

<img style={{ borderRadius: '0.5rem' }} className="block dark:hidden" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Light" width="1500" height="500" data-path="assets/cover/cover.svg" />

<img style={{ borderRadius: '0.5rem' }} className="hidden dark:block" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Dark" width="1500" height="500" data-path="assets/cover/cover.svg" />

# Account Creation and Setup

<AccordionGroup>
  <Accordion title="How do I create a Kash account?">
    **Sign In With the Method You Prefer**

    Go to [app.kash.bot](https://app.kash.bot) and sign in with any of the supported login methods (powered by Privy):

    * **X (Twitter)** account
    * **Google** account
    * **Email** (one-time code, no password to remember)
    * **External wallet** you already own

    **What happens on signup:**

    * A self-custodial wallet and smart account are created for you automatically
    * No seed phrase to write down
    * No identity documents required to get started

    **Recommended next step:** add a **recovery email** in Settings so you can regain access if you ever lose your primary login method.
  </Accordion>

  <Accordion title="Can I have multiple accounts?">
    **One Account Per Person**

    * Multiple accounts per person are not permitted
    * Account sharing is prohibited
    * Each account has its own unique wallet, history, and reputation

    **Why:** one-account-per-person keeps markets, leaderboards, competitions, and referral rewards fair, and prevents manipulation.

    Accounts cannot be merged, and funds cannot be transferred between accounts.
  </Accordion>

  <Accordion title="How do I access my account?">
    **Access Methods**

    * **Webapp:** visit [app.kash.bot](https://app.kash.bot) and sign in — works on desktop and mobile browsers, and you can install it as an app (PWA) on your phone
    * **Tweet trading (optional):** after authorizing your X account in **Settings → Trading bot**, you can also trade by tweeting at **Kash's dedicated trading account** — find the current handle on the [@kash\_bot](https://x.com/kash_bot) profile

    Your login method (X, Google, email, or wallet) is your key — there's no separate Kash password.
  </Accordion>
</AccordionGroup>

# Account Security and Recovery

<AccordionGroup>
  <Accordion title="What if I lose access to my login method?">
    **Recovery Options**

    * **Recovery email:** if you've set a recovery email in Settings, you can use it to regain access to your account — set it up now if you haven't
    * **Primary login recovery:** regaining access to your X/Google/email account through that provider restores your Kash access
    * **Key export:** you can export your wallet key from Settings at any time, giving you an independent backup of access to your funds

    **Prevention checklist:**

    * Add a recovery email in Settings
    * Enable 2FA on the account you use to log in (X or Google)
    * Consider exporting and securely storing your wallet key
  </Accordion>

  <Accordion title="How do I secure my account?">
    **Security Best Practices**

    **Login security:**

    * Enable two-factor authentication on your X or Google account
    * Use a strong, unique password on your login provider
    * Add a recovery email in Kash Settings

    **Platform security:**

    * Always verify you're on the **app.kash.bot** domain before signing in
    * Kash will never ask for your password or exported key
    * Review your transaction history regularly

    **Wallet model:**

    * Your funds are held in your own smart account, controlled by a Privy-powered embedded wallet that only you can authorize
    * Kash cannot withdraw your funds; trades execute only under permissions you authorize
    * See the [Security FAQ](/getting-started/faqs/security) for the full custody model
  </Accordion>

  <Accordion title="Can I export my wallet or account data?">
    **Yes — Your Wallet Is Yours**

    * **Key export:** export your embedded wallet's key from **Settings** to use your wallet outside of Kash
    * **Transaction history:** all trading activity is recorded on the Base blockchain and viewable on [basescan.org](https://basescan.org)
    * **In-app history:** the Portfolio page shows your positions, trades, and claims

    **Privacy note:** blockchain activity is public. Your on-chain trades are visible to anyone who knows your wallet address.
  </Accordion>
</AccordionGroup>

# Account Management

<AccordionGroup>
  <Accordion title="How do I update my profile and settings?">
    **Profile Management**

    * Profile details sync from the account you signed in with
    * Settings (language, theme, notifications, privacy, API keys, trading bot) live in **Settings** on the webapp — see the [Settings FAQ](/getting-started/faqs/settings)
    * Adding or changing your recovery email is also done in Settings
  </Accordion>

  <Accordion title="Can I delete my account?">
    **Account Deletion via Support**

    To delete your account, contact **[support@kash.bot](mailto:support@kash.bot)** from the email associated with your account (or include your account details).

    **Before you request deletion:**

    * **Withdraw your funds** — move your balance to an external wallet or off-ramp first
    * **Consider exporting your key** so you retain access to the wallet independently

    **What can't be deleted:**

    * On-chain transaction history is permanent and public — blockchain records cannot be erased
    * Deletion removes your Kash account and platform data, not the public blockchain record
  </Accordion>

  <Accordion title="How do I get help?">
    **Support Channels**

    * **Email:** [support@kash.bot](mailto:support@kash.bot)
    * **In-app feedback widget:** report a bug or share an idea (with screenshots) directly from the webapp
    * **Discord:** [community support](https://discord.com/invite/n9eumqjMPb)
    * **Help center:** [docs.kash.bot](https://docs.kash.bot)

    See the [Support FAQ](/getting-started/faqs/support) for details.
  </Accordion>
</AccordionGroup>

<Warning>
  Protect the account you use to sign in to Kash — it controls your wallet. Enable 2FA on your login provider and add a recovery email in Settings.
</Warning>

<Tip>
  Your trading activity is recorded on the Base blockchain and is publicly visible. Consider the privacy implications before participating in prediction markets.
</Tip>

<CardGroup cols={2}>
  <Card title="Security Guide" icon="shield" href="/getting-started/faqs/security">
    Learn about account security
  </Card>

  <Card title="Settings" icon="gear" href="/getting-started/faqs/settings">
    Configure your account
  </Card>
</CardGroup>
