> For the complete documentation index, see [llms.txt](https://paragon-protocol.gitbook.io/paragon-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paragon-protocol.gitbook.io/paragon-protocol/core-products/agent-volt.md).

# Agent Volt

### What Agent Volt Is

Agent Volt is not a vault and does not custody funds.

It is a system for:

* user-defined strategies
* automated on-chain execution
* controlled interaction with Paragon products

***

👉 You define parameters.\
👉 The system executes within those constraints.

***

### Core Principles

#### 🔒 Non-Custodial

* agents never hold funds
* all actions are executed via smart contracts
* users retain full control

***

#### ⚙️ Deterministic Execution

* no opaque decision-making
* actions follow defined rules
* outcomes are verifiable on-chain

***

#### 🧠 Strategy-Based Automation

* strategies are predefined and configurable
* execution is based on logic, not randomness
* behavior is predictable and auditable

***

### What Agents Can Do

Agent Volt integrates with core protocol components:

***

#### Swap Execution

* execute trades via Paragon Flow
* optimize routing conditions
* enforce user-defined constraints

***

#### Farming Automation

* deposit into farms
* harvest rewards
* manage positions over time

***

#### Rebalancing

* adjust liquidity exposure
* shift between pools
* maintain target allocations

***

#### Yield Optimization

* allocate capital across pools
* adjust based on performance conditions
* manage risk vs reward profiles

***

### Strategy Types (Examples)

Users can select from predefined strategy profiles:

***

#### 🛡️ Conservative

* stable pairs
* lower volatility
* steady allocation

***

#### ⚖️ Balanced

* mix of stable and volatile assets
* moderate rebalancing

***

#### 🚀 Aggressive

* higher volatility pairs
* active repositioning
* higher risk exposure

***

### How It Works

1. Select a strategy
2. Define parameters (allocation, limits, preferences)
3. Approve execution permissions
4. Strategy executes over time

***

👉 At any time, users can:

* pause execution
* adjust parameters
* exit positions

***

### Technical Model

Agent Volt interacts with:

* Swap Router / Flow → execution
* FarmController → staking and rewards
* Price Oracles → data inputs
* veXPGN → governance alignment

***

### Launch Phases

#### Phase 1 — Assisted Execution

* guided swaps
* routing assistance
* basic farming tools

***

#### Phase 2 — Automation

* auto-compounding
* reward management
* simple rebalancing

***

#### Phase 3 — Strategy Engine

* multi-pool allocation
* dynamic rebalancing
* performance-based adjustments

***

#### Phase 4 — Autonomous Layer

* cross-product interaction
* portfolio-level optimization

***

#### Phase 5 — Strategy Ecosystem

* shared strategies
* configurable templates
* performance-based participation

***

### Incentives (Future)

Agent usage may introduce:

* enhanced participation incentives
* strategy-based reward systems
* governance-aligned benefits

***

### Security Model

* user-defined limits (allocation, activity constraints)
* execution enforced by smart contracts
* no arbitrary or unrestricted actions
* strategies are auditable

***

### ⚠️ Important Notes

* strategies do not guarantee profits
* performance depends on market conditions
* user-defined parameters determine behavior

***

### Summary

Agent Volt adds an automation layer to Paragon.

It allows users to interact with swapping, liquidity, and farming through structured strategies instead of manual actions.


---

# 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://paragon-protocol.gitbook.io/paragon-protocol/core-products/agent-volt.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.
