# Vault

<br>

Every DeFiShard NFT is associated with a unique vault, a smart contract designed to securely hold fungible tokens.

For each user, the typical process for minting a DeFiShard NFT involves the following steps:

<figure><img src="/files/WEViUsbFdXkrPxDF4DIU" alt="" width="375"><figcaption></figcaption></figure>

**Note:** During the above transaction, apart from the actual minting price, a flat fee of 2 NEAR is applied, which is fully redeemable when the NFT is listed or burned. This specifies the true ownership of the user's assets.&#x20;

The amount is set by default by the blockchain itself to secure the vault allocated to each user as part of deploying a single contract, preventing any kind of direct external attack.

Once the transaction is confirmed, the vault is automatically created, and the NFT is forged with a defined amount of tokens. This process ensures that each DefiShard NFT contains fungible tokens inside its associated vault, providing secure and efficient asset management.

<br>


---

# 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://defishards.gitbook.io/defishards-whitepaper/protocol-mechanics/vault.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.
