> For the complete documentation index, see [llms.txt](https://docs.loopfi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopfi.xyz/the-launch/launching-loop.md).

# Launching Loop

## Overview <a href="#overview" id="overview"></a>

The Launch Sequence has following steps:

* The Points Program to bootstrap ETH liquidity
* The Protocol Launch
* The Token Launch and Airdrop

## Launch Sequence <a href="#the-points-program-eth-bootstrapping" id="the-points-program-eth-bootstrapping"></a>

### The Points Program - ETH Bootstrapping <a href="#the-points-program-eth-bootstrapping" id="the-points-program-eth-bootstrapping"></a>

The Loop protocol requires borrowable liquidity (i.e., ETH) which will be sourced from the Loop Points Program. The Points Program incentivizes users to lock ETH or Liquid Restaking Tokens (LRT) into the protocol. In exchange for that, users earn points. Points translate to a share of the 7% Airdrop at TGE.

There are 3 epochs to the Points Program, two before and one after the protocol launches.

### The Protocol Launch <a href="#the-protocol-launch" id="the-protocol-launch"></a>

The protocol launches with the conclusion of the second epoch. The go-live of the Loop protocol is enabling users looping Pendle Restaking LP Tokens and generating real yield for the protocol. The revenue flows to the lpETH stakers.&#x20;

The protocol first launches without the LOOP token and consequently without the option to Boost or earn APR in the dLP.

### The Token Launch

The token will launch with an Airdrop. Among all participants of the points program, 7% are distributed with a linear conversion rate.

With the token launch, the protocol unlocks its final form. If Loopers want to receive LOOP emissions to recoup the interest they are paying, they can lock 5% of their Total Position Size in the dLP (LOOP-lpETH LP token). This results in buy-side pressure and deep liquidity for the LOOP token.


---

# 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.loopfi.xyz/the-launch/launching-loop.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.
