# Frontend

## Dynamic - Wallet Auth

Traders gain access to our platform using [Dynamic Wallet Auth](https://www.dynamic.xyz/), which is compatible with over 300+ different wallets. This system is designed for top-tier security and adheres to best practices in wallet management.

\
**Use Info Stored:**&#x20;

* **Required:** Every trader's public address and their chosen wallet provider (e.g., Metamask, Rabby) are securely recorded by Splurge upon wallet connection.
* **Optional:** Traders have the option to provide their email and/or X handle during the wallet connection process. This info helps us reach out for feedback to improve our product and offer personalized rewards.

## Website Activity

Once a trader connects their wallet to Splurge, we only store their Automation jobs in our backend. These Automation jobs are linked to the trader's public address in our backend. Please reference the next section, [Backend](broken://pages/08iVrhZPKiQGkzUuJwhc), for a more detailed understanding of how we handle and safeguard your data.&#x20;


---

# Agent Instructions: 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:

```
GET https://splurge-1.gitbook.io/splurgefi/system-architecture/frontend.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
