# Overview

Fracton Protocol is designed to fractionalize any targeted NFT collections, allowing holders to own fractions of the NFT with little to no chances of getting ripped off.  With one Ethereum call into FractonFactory importing NFT contract address, the protocol automatically deploys fractionalized ERC1155 and ERC20 token contracts and creates a swap relationship paired to the imported ERC721 token collection, which provides 2 steps of fractionalization and liquidity (ERC721-ERC1155-ERC20).

The following flow chart illustrates the various functions of the Fracton protocol and the steps involved in achieving them:

<figure><img src="https://lh3.googleusercontent.com/pWP-Xx0IVijJyo_DafJBG3MogJ1Yx6m2C9WQmgfe9Exg5epOMKQw9cPICupU5lanJzSWlls338D3BIUo5EgZjLHThm4EIANnsX6CclVBm0KeR50o8TPQIDyt4W2WGFx7a5A4RUfcioB2KY8IgngLrBERNdYPNLlym0Gz8M9XAY7k-CGK6mY1Rgpgm-YR9w" alt=""><figcaption></figcaption></figure>

<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://doc.fracton.cool/fractonxs-solutions/overview.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.
