# Proof of Stake (v2)

## **GoSmartAI PoS Network**

This section contains resources and guides for **connecting to and deploying smart contracts** on the **GoSmartAI PoS Network (lysa-testnet)**. It includes instructions for setting up a local development node and interacting with the network.

### **Section Overview**

#### 📂 **1. Connect to Lysa-Testnet PoS**

This section contains resources for:

* Connecting to the **lysa-testnet**
* Setting up a **local development node**
* Configuring wallets and RPC connections
* Running network interaction scripts

***

#### 📂 **2. Deploy Smart Contract**

This section contains instructions and scripts for deploying smart contracts to the **lysa-testnet**. It includes:

* Installing dependencies
* Configuring Truffle
* Compiling and migrating contracts


---

# 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.gosmartchain.ai/proof-of-stake-v2.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.
