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

# Privacy and Legal Considerations

> Privacy policy and legal information for Raze

## Privacy Policy

### Data Collection

Raze is designed with privacy as a core principle. Here's what data is collected and how it's handled:

<Tabs>
  <Tab title="Self-Hosted">
    When you self-host Raze:

    * **No data sent to Raze servers**
    * All data stays on your infrastructure
    * You control all data handling
    * Full privacy and data sovereignty
  </Tab>

  <Tab title="Hosted Version">
    When using sol.raze.bot:

    * **Wallet addresses** for transaction processing
    * **Trading activity** for fee calculation
    * **API usage** for rate limiting
    * **No private keys** are ever transmitted
  </Tab>
</Tabs>

### Data Storage

<CardGroup cols={2}>
  <Card title="Client-Side Storage" icon="laptop">
    * Encrypted wallet data in localStorage
    * Backup in IndexedDB
    * Configuration preferences
    * Recent token history
  </Card>

  <Card title="Server-Side Storage" icon="server">
    * Transaction logs (hosted version)
    * API usage metrics
    * Referral tracking data
    * No private keys stored
  </Card>
</CardGroup>

### Data Security

<Check>AES encryption for sensitive data</Check>
<Check>Client-side encryption before storage</Check>
<Check>No plaintext private key storage</Check>
<Check>Secure WebSocket connections</Check>

## Terms of Service

### Acceptance of Terms

By using Raze, you agree to these terms. If you disagree, please do not use the service.

### Service Description

Raze provides:

* Multi-wallet management interface
* Trading execution tools
* Automation features
* Token deployment interfaces

### User Responsibilities

<Warning>
  Users are responsible for:
</Warning>

* Securing their own devices and credentials
* Backing up seed phrases and private keys
* Understanding the risks of cryptocurrency trading
* Complying with local laws and regulations
* Verifying all transactions before signing

### Prohibited Uses

You may not use Raze for:

* Money laundering or terrorist financing
* Market manipulation
* Fraud or deceptive practices
* Violating any applicable laws
* Circumventing security measures

### Disclaimer of Warranties

<Note>
  Raze is provided "as is" without warranties of any kind. We do not guarantee:

  * Uninterrupted service
  * Error-free operation
  * Specific trading outcomes
  * Protection against all security threats
</Note>

### Limitation of Liability

Raze and its developers are not liable for:

* Trading losses
* Lost or stolen funds
* Service interruptions
* Third-party actions
* Blockchain network issues

### Intellectual Property

* Raze source code is licensed under MIT License
* You may fork, modify, and distribute the code
* Brand assets (logo, name) require permission for commercial use

## Legal Considerations

### Regulatory Compliance

<Warning>
  Cryptocurrency regulations vary by jurisdiction. Users are responsible for:
</Warning>

* Understanding local cryptocurrency laws
* Reporting taxable events
* Obtaining necessary licenses (if applicable)
* Complying with KYC/AML requirements where required

### Tax Obligations

Trading cryptocurrency may create tax obligations:

* Capital gains/losses on trades
* Income from referral rewards
* Record keeping for tax purposes

<Info>
  Consult a tax professional for advice specific to your situation.
</Info>

### Risk Disclosure

<AccordionGroup>
  <Accordion title="Market Risk" icon="chart-line">
    Cryptocurrency markets are highly volatile. Prices can change rapidly, and you may lose some or all of your investment.
  </Accordion>

  <Accordion title="Technical Risk" icon="bug">
    Software bugs, network issues, or smart contract vulnerabilities could result in loss of funds.
  </Accordion>

  <Accordion title="Regulatory Risk" icon="gavel">
    Cryptocurrency regulations are evolving. Future regulations could impact your ability to use or trade certain assets.
  </Accordion>

  <Accordion title="Custody Risk" icon="key">
    You are responsible for securing your private keys. Lost keys cannot be recovered.
  </Accordion>
</AccordionGroup>

## Open Source License

Raze is released under the MIT License:

```
MIT License

Copyright (c) 2025 Raze.bot

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

## Contact Information

### Legal Inquiries

For legal matters, contact us through:

<CardGroup cols={2}>
  <Card title="Support Center" icon="headset" href="https://raze.bot/support">
    General inquiries and support
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/razedotbot">
    Technical and code-related issues
  </Card>
</CardGroup>

### DMCA Notices

For copyright infringement claims, please contact us through the Support Center with:

* Description of the copyrighted work
* Location of the infringing material
* Your contact information
* Statement of good faith belief
* Statement of accuracy under penalty of perjury

## Updates to Terms

We may update these terms periodically. Continued use of Raze after changes constitutes acceptance of the new terms.

<Info>
  Last updated: December 2024
</Info>
