# Introduction

GumBall is a launchpad and liquidity layer for creating and trading liquid NFTs. All NFTs created via GumBall’s architecture are backed by ***instant liquidity*** in a ***bonding curve***. This eliminates the need for third-party marketplaces or order books, meaning digital assets issued via GumBall can act as their own marketplace. This form of liquid NFT is referred to as a gNFT.&#x20;

Liquidity for gNFTs is provided by the purchase of the gNFT itself. Purchasers of gNFTs are analogous to single sided liquidity providers for that collection. Funds from a collection's mint stay in the collection's bonding curve. gNFTs on GumBall can be bought and sold instantly, since they always have guaranteed liquidity in their bonding curve at all times. Items can be staked to earn swap fees, and collateralized for their original floor price at any time through a novel lending system. This system allows for loans with no liquidations, no price oracle and no interest. The market price of a gNFT can never fall below it's beginning mint price.&#x20;

GumBall’s architecture offers a solution for creating digital items that integrate easily into other DeFi applications, such as liquidity pools or LP positions. It offers a base layer of liquidity on which other digital items and applications can be built. GumBall is a system for backing digital assets with liquidity.


---

# 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://gum-ball.gitbook.io/gumball-protocol/readme.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.
