> For the complete documentation index, see [llms.txt](https://docs.metapool.app/master/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metapool.app/master/faq-frequently-asked-questions/faq-by-chain/aurora.md).

# Aurora

<details>

<summary>What is Aurora?</summary>

[Aurora](https://aurora.dev/) is a solution, that allows to execute Ethereum contracts in a more performant environment—NEAR blockchain, a modern layer-1 blockchain which is fast (2-3 second transaction finalization), scalable, and [carbon neutral](https://near.org/blog/near-climate-neutral-product).&#x20;

Aurora is an Ethereum Virtual Machine (EVM) implemented as a smart contract on [NEAR Protocol](https://near.org/).&#x20;

</details>

## $stAUR

<details>

<summary>What is $stAUR?</summary>

Staked AURORA (stAUR) is a liquid token that represents your deposit/position with Meta Pool in the AURORA Chain.

</details>

<details>

<summary>I can use stAUR for DeFi?</summary>

Soon partnerships will be announced. Stay tuned!

</details>

<details>

<summary>I’m an Aurora token holder, why $stAUR is important to me?</summary>

If you stake $AURORA, you can get $stAUR and it's like keeping your $AURORA tokens and increasing their valuation with an APY currently of approx. 19%

</details>

<details>

<summary>Is it possible to have a depeg of $stAUR price?</summary>

The $stAUR mechanism doesn’t have a viable depeg scenario for a normal operation. The increase of prices of $stAUR is generated by Aurora +, a trusted source of rewards. The $AURORA tokens are available to withdraw and claim at any moment via the fast or delayed unstake.

</details>

## Wrapped $stNEAR

<details>

<summary>Why $stNEAR is wrapped in Auora?</summary>

$stNEAR exist natively in the NEAR blockchain. Using the rainbow bridge the $stNEAR is now available in a wrapped version that is collateralized 1:1 on NEAR Protocol.

</details>

<details>

<summary>Wrapped $stNEAR have the same rewards?</summary>

Yes, $stNEAR on Aurora preserve the same value on both networks due to its 1:1 collateralization.

</details>


---

# 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://docs.metapool.app/master/faq-frequently-asked-questions/faq-by-chain/aurora.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.
