# Architecture

#### Locking Process

<figure><img src="https://lh7-us.googleusercontent.com/9V86nbDK0jez-Hl4F2S-kFDusNnh99zE7rqbnXRD0hJXAIKfhZsVz7kUL8eWpxnTLSj81l9Pw5YcNB9UfZk1hC_mperpgh1T3U3hxYlJDal-oB0MOjJgrqfwrzeBU6RDtYP-wSMgZJkqXQUexzJfCkY" alt=""><figcaption></figcaption></figure>

Users can lock their METIS tokens on the Metis Network, receiving artMETIS tokens with an exchange rate determined at that moment. Subsequently, Artemis aggregates METIS tokens from users and locking rewards, batching them for bridging to the Ethereum Network.

Following the completion of a 7-day challenge period, Artemis obtains the METIS tokens and initiates the locking process on Ethereum. Upon successful locking, Artemis receives the locking reward, contributing to compounding and optimizing overall rewards for users.

#### Redeeming Process

<figure><img src="https://lh7-us.googleusercontent.com/_44VcgjNleyEe1HAgzf5jrpLGSb1-xfdjRf3wfzKXQGJA_whINrk9mX-VIrtuuK_YBdLcH53_2rDX2Rn5rnQ4thO0pqfa4mdTMxFdjs-yEwO5NGyS1Oqx8DHbc9x3OtlpQaPGLhHeB00E66uAlMkbk4" alt=""><figcaption></figcaption></figure>

Users initiate the redemption process, causing the immediate burning of artMETIS tokens. The Artemis contract duly records users' requested METIS tokens.

The redemption request synchronizes with the Artemis Contract on the Ethereum network, triggering the initiation of unlocking through batch processing and other strategies.

After a minimum of a 21-day unbonding period, Artemis receives the unlocked METIS tokens and bridges them back to the Metis network.

Users can then withdraw their METIS tokens based on a "First Come First Get" rule.


---

# 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.artemisfinance.io/mechanism/metis/architecture.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.
