PHPackages                             muvon/bitclout-creator-coin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. muvon/bitclout-creator-coin

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

muvon/bitclout-creator-coin
===========================

Implementation of creator coin curve of BitClout

0.4.1(4y ago)312MITPHP

Since Jul 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Muvon/php-bitclout-creator-coin)[ Packagist](https://packagist.org/packages/muvon/bitclout-creator-coin)[ RSS](/packages/muvon-bitclout-creator-coin/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Bitclout Creator Coin
=====================

[](#bitclout-creator-coin)

This package allows to follow the bonding curve of creator coins of BitClout project

Installation
------------

[](#installation)

To install it just use composer

```
composer require muvon/bitclout-creator-coin
```

Usage
-----

[](#usage)

### First initialiization

[](#first-initialiization)

1. You can create brand new creator coin just by passing reward basis points before you go to buy and sell

    ```
    use Muvon\Bitclout\CreatorCoin;
    $Coin = CreatorCoin::create(0); // pass reward basis points
    ```
2. You can initialize creator coin by locked amount and coins sold

    ```
    use Muvon\Bitclout\CreatorCoin;
    $Coin = CreatorCoin::create(0); // pass reward basis points
    // Watermark is optional
    $Coin->init(1000, 1000, 0); // locked, supply and watermark in nanos
    ```

### Emulate buys

[](#emulate-buys)

One you created object you can buy and sell using buy and sell methods

Lets buy for 1 $CLOUT

```
$Coin->buy(1 * 10 ** 9);

// Check rate, locked and supply
var_dump($Coin->getLocked());
var_dump($Coin->getSupply());
var_dump($Coin->getRate());

// Check info about minting of last buy
var_dump($Coin->getLastBuy());
```

Sell is easy as buy just pass creator coins in nanos

```
$Coin->sell(1 * 10 ** 9);
```

### Strategies

[](#strategies)

BitClout fixed some issues and fully changed creator coin stretegies after initial launch. To control emulation of it you need to pass strategy byself or set block height by method.

```
// Latest strategy when founder get reward in $CLOUT
$Coin->setStrategy('reward');

// salamon bug fix strategy when founder always get reward in coins
$Coin->setStrategy('minting');

// Watermark is a initial strategy of BitClout blockchain, once supply reached no more reward minted for creator
$Coin->setStrategy('watermark');

// Or just set it with block height
$Coin->setStrategyByHeight(1000);
```

Tests
-----

[](#tests)

- Buy new creator
- Sell creator coin
- Watermark strategy
- Init locked supply

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

5

Last Release

1749d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63024506f19e213d456eab6179ffa1e95d5f2b4ee19aa06063f754a4cb3f113d?d=identicon)[muvon](/maintainers/muvon)

---

Top Contributors

[![donhardman](https://avatars.githubusercontent.com/u/59067742?v=4)](https://github.com/donhardman "donhardman (16 commits)")

---

Tags

tokencreatorcryptocurrencyblockchaincoinbitcloutbcltclout

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/muvon-bitclout-creator-coin/health.svg)

```
[![Health](https://phpackages.com/badges/muvon-bitclout-creator-coin/health.svg)](https://phpackages.com/packages/muvon-bitclout-creator-coin)
```

###  Alternatives

[bitwasp/bitcoin-lib

Implementation of raw transactions in bitcoin, HD wallets, Electrum wallets, and other fun stuff.

13922.3k5](/packages/bitwasp-bitcoin-lib)[olifanton/ton

PHP library for The Open Network blockchain

8849.8k2](/packages/olifanton-ton)[dirape/token

Unique Token Generator For Laravel

28277.4k2](/packages/dirape-token)[shetabit/token-builder

Laravel Token Builder

236.7k](/packages/shetabit-token-builder)[kevinsimard/laravel-cookieless-session

Laravel middleware to start a cookieless session

1417.0k](/packages/kevinsimard-laravel-cookieless-session)[markocupic/contao-bundle-creator-bundle

This bundle provides a bundle maker for Contao 4.\*. The extension will create a fully working backend- or/and frontend module after you have defined a few parameters in the contao backend.

224.7k](/packages/markocupic-contao-bundle-creator-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
