# Pine Now Pay Later (PNPL)

NFT buyers can get a mortgage for the NFT purchase on open marketplaces in one atomic transaction. The transaction will be settled with funds from the buyer’s wallet and loan from the protocol in a ratio that the buyer deem appropriate and can satisfy the loan’s LTV requirements. The newly acquired NFT will be owned by the protocol as a collateral for the loan that the buyer initiated during the transaction in the same way as an ordinary NFT loan.

The end result is exactly the same for Pine Loan and PNPL. The difference is only in the sequence of events.

#### Pine Loan

1. Alice owns an NFT&#x20;
2. Alice pledges that NFT to a lending pool on the Pine protocol to get a loan&#x20;
3. Alice gets extra ETH equivalent to the loan amount in her wallet&#x20;
4. Alice has an NFT-backed loan position and when she pays back the amount owed for the loan position, she will receive the NFT in her wallet

#### PNPL

1. Alice has some ETH in her wallet and wants to purchase an NFT on OpenSea from a collection that has supported loan pool(s) on the Pine protocol&#x20;
2. In one atomic transaction&#x20;
   * Alice gets a loan from a loan pool&#x20;
   * Alice pays ETH from her wallet&#x20;
   * Alice buys the NFT from OpenSea&#x20;
3. Alice has an NFT-backed loan position and when she pays back the amount owed for the loan position, she will receive the NFT in her wallet

This service can effectively facilitate NFT margin trading with only a fraction of the initial cost in acquiring an NFT, providing leverage to traders in a simple atomic transaction. With a term loan instead of continuous loan structure, traders face less pressure from the price volatility and a longer runway before a margin call is triggered.


---

# 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.pine.loans/pine-features/pine-now-pay-later-pnpl.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.
