# Overview

## Protocol Architecture

The architecture of **LSP.Finance** is designed to ensure scalability, security, and usability. It comprises the following core components:

### 1. Wallet Abstraction

• Simplifies user interactions by enabling seamless integration across multiple networks and interfaces.

• Supports unified management of assets and staking processes without requiring in-depth technical knowledge.

### 2. Chain Abstraction

• Facilitates cross-chain operations, allowing staked assets to achieve interoperability across different blockchain ecosystems.

• Ensures compatibility and ease of integration with new networks in the future.

### 3. LSTs

• Provides tokenized representations of staked assets, enabling liquidity while the underlying assets remain locked in staking pools.

• Supports passive PoS rewards and free trading within the LSP ecosystem and beyond.

### 4. Standardized Code Deployment

• Implements uniform coding standards to streamline staking pool creation and protocol upgrades.

• Promotes permissionless access for asset providers to build and manage staking pools efficiently.

This modular architecture empowers users and asset providers, making staking simpler, more flexible, and widely accessible.

## Supported Networks

• Arbitrum One&#x20;

• MANTA Pacific

• MANTA Atlantic

• ALEO Network


---

# 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://docs.lsp.finance/protocol-and-feature/overview.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.
