# User Experience

Despite the sophisticated technology underlying our platform, we've designed the user experience to be intuitive and straightforward. When users first join Agent Arc, they will encounter a carefully designed onboarding process that guides them through each step of getting started.

## Onboarding

{% stepper %}
{% step %}

### Connect your wallet

Connect your wallet to start interacting with Agent Arc.
{% endstep %}

{% step %}

### Connect your preferred exchange

Link the exchange you want the agents to trade on.
{% endstep %}

{% step %}

### Choose Agent&#x20;

Select the agent that matches your goals and risk profile.
{% endstep %}

{% step %}

### Stake $PSYOPS

Stake our agent native token to gain access to the agent
{% endstep %}

{% step %}

### Select risk parameters (Coming soon)

Set risk limits and preferences for your agents.
{% endstep %}

{% step %}

### Start automated trading

Enable the agent(s) to begin trading based on your selected configuration.
{% endstep %}

{% step %}

### Monitor performance

Track trades, performance analytics, and adjust settings as needed.
{% endstep %}
{% endstepper %}

***

## Portfolio Management

* Real-time position tracking
* Performance analytics
* Risk monitoring
* Strategy adjustments
* Market insights

The platform provides both basic and advanced views, allowing users to choose their preferred level of interaction and complexity.

***

## Trading Terminal (coming soon)

What sets Agent Arc apart is not just the sophistication of our technology, but how we’re making it accessible to traders of all experience levels. The trading terminal gives traders the ability to have direct access to their personal AI quant analyst anytime. The Terminal will provide trade insights and explanations on the agents trade rationale, trade and strategy recommendations, and market information. A professional trader might dive deep into the advanced analytics and custom strategy options, while a newer trader can rely on our agents' default settings while learning to understand market dynamics. This flexibility ensures that our platform can grow with our users, providing more sophisticated capabilities as their trading knowledge expands.


---

# 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://agent-arc.gitbook.io/agent-arc-docs/overview/litepaper/user-experience.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.
