# NEAR Network

## stNEAR Token (NEP-141), Liquid staking Contract

mainne&#x74;*:*  `meta-pool.near`&#x20;

testne&#x74;*:* stNEAR NEP-141 Token,  `meta-v2.pool.testnet`

source code: [`https://github.com/Meta-Pool/liquid-staking-contract`](https://github.com/Meta-Pool/liquid-staking-contract)

### Important Contract Methods

[get\_st\_near\_price(\&self) -> U128String](https://github.com/Narwallets/meta-pool/blob/master/metapool/src/owner.rs#L254)\
\&#xNAN;*Returns how many near one stNEAR is worth.*

Usage example, getting stNEAR price using a callback: <https://github.com/Narwallets/katherine-fundraising/blob/main/katherine-fundraising-contract/src/internal.rs#L80>

[get\_contract\_state(\&self) -> GetContractStateResult](https://github.com/Narwallets/meta-pool/blob/master/metapool/src/owner.rs#L261)\
\&#xNAN;*Recover multiple parameters related to metapool, including total tokens locked, available liquidity on liquidity pool, stNEAR price and close to 30 others params.*

## mpDAO Governance Token:

mainnet: `mpdao-token.near`

testnet:  `mpdao-token.testnet`

## mpDAO Voting Contract:

mainnet: `mpdao-vote.near`

testnet:  `v1.mpdao-vote.testnet`

## Lockup:

`lockup-meta-pool.near`: frozen stake contract to stake `xxx.lockup.near accounts`

## (deprecated) META Governance Token:

mainnet:  `meta-token.near`

testnet:  `token.meta.pool.testnet`


---

# 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.metapool.app/master/for-developers/meta-pool-contracts/near-network.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.
