> For the complete documentation index, see [llms.txt](https://docs.primefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primefi.xyz/product/prime-liquidity-provider-plp/ways-of-building-the-position/flik.md).

# Flik Positions

## **How it Works**

Imagine you have HYPE and want to enter the PRFI-HYPE pool. The traditional process for doing so is quite cumbersome.

Initially, you need to provide PRFI and HYPE in the correct ratios, which requires four separate transactions.

***Fliking*** simplifies this process by allowing you to complete it with a single click.

When you use ***Flik*** with one of these assets, the system automatically converts it to HYPE behind the scenes. This HYPE is then combined with PRFI to create and lock the LP.

This feature is designed to give you increased flexibility with the protocol, making it easier and more efficient to earn and lock LP.

## **Methods for Building it**

You can select between 2 *Flik* sources.

### **1.-Wallet**

PrimeFi enables you to *Flik* using supported assets from your wallet.

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

### **2.-Borrow**

Alternatively, if you have deposited collateral, you can borrow directly from the protocol.

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

Be mindful of your Health Factor and the risk of liquidation before borrowing. Fliking will never lower your Health Factor below 1.1.

The lock periods function the same way as in the manual pLP.


---

# 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.primefi.xyz/product/prime-liquidity-provider-plp/ways-of-building-the-position/flik.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.
