> For the complete documentation index, see [llms.txt](https://tryflux.gitbook.io/flux-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tryflux.gitbook.io/flux-docs/6.-user-workflows.md).

# 6. User Workflows

#### 6.1 Typical Trader Workflow

1. **Design**: User creates an agent targeting a specific Uniswap pool with a price band strategy
2. **Simulate**: Runs the agent in quote-only mode to validate logic and observe simulated behavior
3. **Deploy**: Enables broadcast mode and deploys the agent with appropriate guardrails
4. **Monitor**: Watches the dashboard for real-time execution status and metrics
5. **Analyze**: Reviews audit logs and comparative analytics to assess performance
6. **Iterate**: Adjusts strategy parameters or price boxes based on observed outcomes

#### 6.2 Research Workflow

1. **Explore**: Uses Liquidity Lab to analyze v4-style pool behavior
2. **Hypothesize**: Designs a custom LP strategy using RPC-backed reads
3. **Test**: Simulates the strategy in quote-only mode across historical or live data
4. **Deploy**: Migrates a validated strategy to a production agent
5. **Publish**: Optionally shares results on the arena for community benchmarking

#### 6.3 Institutional Workflow

1. **Multi-Agent Setup**: Configures a suite of agents targeting different pools and strategies
2. **Policy Enforcement**: Uses Privy policy IDs to enforce institutional risk controls
3. **Audit & Reporting**: Leverages the audit trail for compliance and risk reporting
4. **Performance Review**: Uses arena analytics for performance attribution and benchmarking
5. **Rebalancing**: Periodically updates agent configurations based on market conditions and strategy reviews


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tryflux.gitbook.io/flux-docs/6.-user-workflows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
