# User Workflow — Operational Steps

This is the end-to-end workflow for traders and agents integrating DeciBot.

#### Step 1 — Connect Wallet / API Keys

* Select CEX or DEX mode
* Provide exchange API keys or wallet signature (non-custodial)
* Configure slippage and routing settings

#### Step 2 — Select Strategy Mode

Users may choose:

* Passive signal-following
* Active accumulation positioning
* Risk-off defense mode
* Power Density surge mode
* Custom strategy construction

#### Step 3 — Configure Constraints

* Max exposure per asset
* Allowed trading pairs
* Slippage ceilings
* Execution windows, cooldown periods

#### Step 4 — Activate Bot

* DeciBot begins monitoring intelligence streams
* Executes only when constraints and signals align
* Real-time dashboards show reasoning and actions

#### Step 5 — Continuous Optimization

* Users can revise strategy parameters without interrupting the bot
* Bot adapts to updated risk fields and cluster behavior
* Full audit trace available for every execution


---

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

```
GET https://docs.deciai.vip/decibot-execution-core/user-workflow-operational-steps.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.
