# Scope & Positioning

#### Purpose of SAFV

SAFV is designed to:

* abstract the complexity of Supra AutoVault primitives
* standardize vault construction, interfaces, and lifecycle
* improve composability, auditability, and developer ergonomics
* enable rapid deployment of fully automated financial strategies

SAFV does not redefine AutoVaults.\
It provides a canonical construction layer for building consistently on top of Supra’s native execution environment.

#### Position in the Supra AutoFi Stack

SAFV operates strictly as a middleware layer.

Layer—Responsibility

* Supra AutoFi—MoveVM execution, native automation, oracles, and risk primitives.
* SAFV—Vault construction framework, standards, templates, abstractions.
* Applications — Strategy vaults, index products, delta-neutral systems, trading strategies.

This separation is intentional and foundational to the long-term scalability of the ecosystem.

* Supra AutoFi defines what is possible
* SAFV defines how it is built
* Applications define what users interact with

#### What SAFV Is — and Is Not

SAFV Defines

* a standardized framework for constructing strategy-driven vaults
* reusable abstractions for strategy execution and asset issuance
* design principles informed by DeFi practice and structured finance theory

SAFV Does Not Define

* a consumer-facing product specification
* a no-code strategy studio
* governance, incentives, or token economics

These are downstream layers that can be built on top of SAFV without modifying the framework itself.

#### Relationship to AutoVault, AutoRisk, and AutoFi

* AutoFi provides the execution environment
* AutoVaults provide trustless execution containers
* AutoRisk provides protocol-level risk primitives

SAFV sits above these primitives.

It does not replace or compete with them.\
Instead, it captures their capabilities into a repeatable construction model that developers can rely on across products.

#### Terminology Note

Throughout SAFV documentation, the term “asset” refers specifically to tokenised claims on strategy-driven vaults.

It does not refer to:

* standalone speculative tokens
* discretionary financial instruments
* governance representations

Asset value in SAFV is derived exclusively from deterministic, on-chain execution enforced by vault and strategy logic.

<br>


---

# 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://solido-money.gitbook.io/solido/safv/scope-and-positioning.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.
