> For the complete documentation index, see [llms.txt](https://lavarage.gitbook.io/lavarage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lavarage.gitbook.io/lavarage/community/tephra/mission-1.md).

# Mission 1

**Mission 1 Date:**

* Start: August 19, 2024 00:00 UTC
* End: September 01, 2024 23:59 UTC

### **Detailed breakdown for Mission 1:** <a href="#id-3181" id="id-3181"></a>

<figure><img src="/files/Znr1kBgRN6ARIvAIomAn" alt=""><figcaption></figcaption></figure>

**Trading Example:**

Imagine you opened a position of 1 $SOL using 2x leverage, i.e. you borrowed an additional 1 $SOL (**Open Borrow Size**) resulting in a total **Open Position Size** of 2 $SOL.

After 10 days, you closed the position with 0.02 $SOL of **Interest Paid** and a profit of 1.50 $SOL (**Sold Profit Made**), resulting in a **Sold Position Size** of 3.50 $SOL.

Base on our current rate, your total Tephra earned for this trade will be as follows:

<figure><img src="/files/mrUpyhVUNOF1vnN3reZG" alt=""><figcaption></figcaption></figure>

Start to earn Tephra on our platform: [https://app.lavarage.xyz](https://app.lavarage.xyz/)


---

# 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://lavarage.gitbook.io/lavarage/community/tephra/mission-1.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.
