> For the complete documentation index, see [llms.txt](https://defi-for-you.gitbook.io/faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defi-for-you.gitbook.io/faq/list/p2p.md).

# P2P lending

## **How can I loan against physical assets on DeFi For You?**&#x20;

Simply upload a collateral evaluation request and wait for a DeFi For You evaluator to complete your request. If accepted, you’ll be able to send your collateral to the evaluator’s pawnshop to be stored and turned into a ‘Hard NFT’. You can then apply for a loan using the NFT, which represents the underlying physical asset, as collateral.

## How can I open a digital pawnshop on DeFi For You?&#x20;

If you have more than 200,000 DFY tokens, you can register your digital pawnshop to offer fixed loan packages while also taking physical assets represented by Hard NFTs as collateral.&#x20;

## How can I get financial support from DeFi For You for my pawnshop?&#x20;

If you own more than 1,000,000 DFY tokens, you can receive financial support from DeFi For You, allowing you to issue larger loans than the capital you have on hand. You’ll be able to borrow larger amounts of capital depending on your history and reputation score on the platform.&#x20;

## I’m a pawnbroker, how can I use DeFi For You to expand my client base?&#x20;

If you’re a registered pawnbroker, you can apply to become an evaluator on DeFi For You. This means you can accept borrowers into your store who wish to value and tokenize physical assets on the platform. Entering into this ecosystem will bring more borrowers through your doors and allow you to give DeFi loans to a whole new generation of smart borrowers.&#x20;

## Are there fees on DeFi For You?&#x20;

Each transaction on DeFi For You requires a very small transaction fee to finalize the smart contract.&#x20;

## Where are my deposited funds stored?&#x20;

The funds you deposit on DeFi For You are stored in a smart contract. DeFi For You does not have access to these funds. The smart contract code is public and audited by a third party organization.&#x20;

## What is the DFY token used for?&#x20;

DFY tokens are used as loan currency and collateral on the DeFi For You platform. It’s also required to open a pawnshop on the platform so lenders can take physical assets as collateral. DFY can also be staked in the platform for rewards.<br>


---

# 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://defi-for-you.gitbook.io/faq/list/p2p.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.
