# Augmented Bonding Curve

An Augmented Bonding Curve (ABC) is an advanced financial mechanism used in decentralized finance (DeFi) to create and manage sustainable token economies. It builds upon traditional bonding curves, incorporating additional features to ensure a more robust and balanced ecosystem.

For a deep dive into ABCs, check out these resources:

* [Deep Dive: Augmented Bonding Curves](https://medium.com/commonsstack/deep-dive-augmented-bonding-curves-b5ca4fad4436)
* [Continuous Organizations](https://medium.com/hackernoon/introducing-continuous-organizations-22ad9d1f63b7)

The implementation can be found [here](https://github.com/ismellike/dao-contracts/tree/fork/v2.5.0-arena/contracts/external/cw-abc).

> **Note:** The tokenomics described below are subject to change before the official launch of the Arena token. Please refer to our official communications for the most up-to-date information.

### Arena DAO's Transition to ABC

#### Initial Phase: Membership-Based DAO

Arena DAO will start as a membership-based organization, focusing on building a strong community foundation and establishing decentralized governance frameworks.

#### Transition: Token-Based Model

As we grow, we'll transition to a token-based model using the ABC, which will automate token supply management and align incentives between the DAO and early contributors.

### ABC Configuration for Arena DAO

* **Token:** ARENA
* **Total Supply:** 1,000,000 tokens
* **Pricing Model:** Square-root curve with USDC

#### Token Distribution

* Founder: 200,000 tokens (20%)
* Arena Gladiators: 50,000 tokens (10%)
* DAO Treasury: 350,000 tokens (35%)
* Open Phase Mint: 400,000 tokens (40%)

### Phases of the ABC

#### 1. Hatch Phase

* **Total Allocation:** 600,000 tokens (60% of total supply)
* **Participants:** Founder, Arena Gladiators, Arena DAO
* **Exclusivity:** Only approved contributors can participate
* **Key Features:**
  * Initial token distribution to core team and early supporters
  * Establishes the foundation for the DAO's token economy
  * No public trading or liquidity at this stage

#### 2. Open Phase

* **Available for Minting:** 400,000 tokens (40% of total supply)
* **Entry Fee:** 99.995% (directly funds DAO treasury)
* **Exit Fee:** None
* **Key Features:**
  * Public participation begins
  * Continuous token minting based on the bonding curve

#### 3. Closed Phase (Future Consideration)

* **Purpose:** Potential mechanism for graceful shutdown or transition
* **Key Features:**
  * Allows only selling of tokens into the curve
  * No new minting permitted
  * Potential complete liquidation mechanism (not currently on roadmap)

### ABC Visualized

{% embed url="<https://docs.google.com/spreadsheets/d/1UihzlAW_EgawsUIFcXlEUOCqGOwHfhVXwD-sIAUy7_s/edit?usp=sharing>" fullWidth="true" %}
Charts on right side
{% endembed %}


---

# 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.arenadao.org/subdaos/augmented-bonding-curve.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.
