# Data Flow Architecture

User Registration Flow:

1. Client → Electron app launches
2. Backend → NestJS API receives registration
3. Database → SQLite stores user profile
4. Wallet → Curated wallet generated locally
5. Automation → Golem provider deployed
6. Monitoring → Real-time status tracking Reward Collection Flow:
7. Node → Golem provider runs compute tasks
8. Network → GLM tokens earned on EVM
9. Tracking → Backend monitors earnings
10. Future → Automatic bridging to Base
11. Vault → Smart contracts manage yield


---

# 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://docs.idlenetwork.com/architectural-overview/data-flow-architecture.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.
