User Flow
This page outlines the complete lifecycle of how users interact with Blooop — from onboarding to autonomous agent execution. Blooop is designed to abstract infrastructure complexity while preserving human control.1 — Account Creation
Users begin by creating an account.Authentication options
- Email (SSO)
- Wallet login
- OAuth providers
2 — Infrastructure Provisioning
Before agents can run, compute environments must be provisioned. Blooop handles:- Server allocation
- Container orchestration
- Runtime configuration
- Network setup
3 — OpenClaw Deployment
Once infrastructure is active, OpenClaw is deployed automatically. Deployment includes:- Agent runtime installation
- Dependency setup
- Environment configuration
- Multi-agent orchestration readiness
4 — Agent Installation
Users can now deploy agents into their environment.Agent examples
- Trading agents
- Monitoring agents
- Research agents
- Commerce agents
5 — Skill Installation
Agents gain functionality through modular skills. Skills define what agents can do.Examples
- Execute trades
- Analyze markets
- Interact with APIs
- Manage on-chain positions
- Automate workflows
6 — Wallet & Permission Setup
Agents require wallets to transact and execute financial actions. Blooop enables:- Agent wallet generation
- Spending limits
- Approval thresholds
- Transaction policies
7 — Execution Model Configuration
Users define how autonomous agents can operate. Execution models:- Human-in-the-loop — requires approvals
- Rule-based — operates within limits
- Fully autonomous — executes independently
8 — Agent Activation
Once configured, agents can be launched. Upon activation, agents begin:- Monitoring conditions
- Making decisions
- Executing actions
- Coordinating with other agents
9 — Monitoring & Control
Users monitor agents through:Dashboard
- Execution logs
- Performance analytics
- Wallet activity
- Skill operations
Mobile App
- Approval requests
- Notifications
- Emergency stops
- Execution overrides
Lifecycle Summary
End-to-end flow:- Create account
- Provision infrastructure
- Deploy OpenClaw
- Install agents
- Install skills
- Configure wallets
- Define execution permissions
- Launch agents
- Monitor & control

