https://github.com/gonative-cc/beelievers
Beelivers BTCFi activation and NFT auction
https://github.com/gonative-cc/beelievers
Last synced: 4 months ago
JSON representation
Beelivers BTCFi activation and NFT auction
- Host: GitHub
- URL: https://github.com/gonative-cc/beelievers
- Owner: gonative-cc
- License: mpl-2.0
- Created: 2025-07-01T10:09:25.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2026-01-28T16:19:05.000Z (5 months ago)
- Last Synced: 2026-01-29T07:21:46.005Z (5 months ago)
- Language: Move
- Size: 4.01 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Beelivers
_BTCFi Beelievers_ is a movement to build the ultimate Bitcoin yield and app ecosystem. No trade-offs on trust or sovereignty.
Observations:
- Communities are formed around "user" markets.
- BTCFi needs a powerful, trustless execution environment that can attract builders, users and investors. Bitcoin (and Bitcoin side chains) donβt have that.
Thesis:
- BTCFi and Bitcoin community will work, earn, and flow - on a powerful L1 that will provide BTC in the Web3-native β Sui!
See our [website](https://www.gonative.cc/beelievers) and the activation [article](https://x.com/goNativeCC/status/1894419956475072770).
### About this project
The Beelievers NFT is the embodiment of the Beelivers movement.
We created teh first ever trust minimized Vickrey auction to sell the NFTs!
- [Minting Flow](https://github.com/gonative-cc/beelievers/tree/master/mint)
## Deployed objects & packages
### BTCFi Beelievers NFT auction
Auction ID: `0x161524be15687cca96dec58146568622458905c30479452351f231cac5d64c41`.
Package ID: `0x1b4cbd991bb7e31ff60b6685bcfef6c9c724bc04a6daabb7c815eae0213001ea`.
Finalize Winners Txs:
- π Digest: `2qaXamvaKefqHV3aetUkhPPZhW4iSBgRYhZ26hAjtanC`
- π Digest: `6XDAhqduUDNcurjV4qFHUTQxtCrRR96Kdk4ogqe8P4uH`
- π Digest: `Bke6d8QpEmZgCJnWeFsPwbfHPBxXu5ismUQgtgHZuaon`
- π Digest: `B8vD2YtrFhPDPmVQFM2QNNGJF9NzdN95BJvwdL7txS55`
- π Digest: `8tFvGUVtnccPyBccihG537UJ17Xupg1JvAZnJURBgZRV`
- π Digest: `FPvAcKL1D4AjtKBbG3r2QsH7oE18K4CbMpfxjjYEKvzC`
- π Digest: `CRSSgoDGyKAEzKQatTQaSuYcBAhVWLutzboFDh93WYHZ`
- π Digest: `5KHkVmvyCTDHdYexxJtMF7pqTZs85j94hRtGVoydTSXg`
- π Digest: `3wbxRtuBskfws6dELz3QpwiGv4u4h7SeqBJwtA1cLRm7`
- π Digest: `BwdFpxxcJXxrCfc7bfJE2wtJnzupCgmFattbRAoA9J5d`
- π Digest: `3tL1HQeDpss87PEmsMKhf2EPsQyhTpr6hBi1UDgMUFEx`
- π Digest: `9qKNMTkRLYzYEEc1DCfo1rG3vSF7tx1J72TbHDsNsUtH`
Raffle:
- π Digest: `6DsEZJ7AtyZ4QanoH4iw3QA5NpcfFvWA98AAJxk1wYea`
- Winners - see [tx event](https://suivision.xyz/txblock/6DsEZJ7AtyZ4QanoH4iw3QA5NpcfFvWA98AAJxk1wYea?tab=Events).
Finalize Auction Tx and collecting reward:
- π Digest: `E6PBgp5jA6vMs3rzS32nRseUiEBkDxf7WXjdsU6pL6Rz`, [event](https://suivision.xyz/txblock/E6PBgp5jA6vMs3rzS32nRseUiEBkDxf7WXjdsU6pL6Rz?tab=Events).
### Beelievers NFT Mint
Package ID: `0x1b4cbd991bb7e31ff60b6685bcfef6c9c724bc04a6daabb7c815eae0213001ea`
NFT Collection ID: `0x565d980198d3bd1ec33107110ccc5ad448dacb19f1495da313cb015971bcd146`
Transfer Policy ID: `0x23039cf016e97829afb865ba1db63e342914c11eca76f87cd4b3d3b4e8e63741`
Treasury Kiosk: `0x5f3f8963055c7fac44340e82e88e4b79d7abfa36382b006a8e0b9b803cdfb088`
Docs: [mint/README](./mint/README.md).
## Contributing
Participating in open source is often a highly collaborative experience. Weβre encouraged to create in public view, and weβre incentivized to welcome contributions of all kinds from people around the world.
Check out [contributing repo](https://github.com/gonative-cc/contributig) for our guidelines & policies for how to contribute. Note: we require DCO! Thank you to all those who have contributed!
After cloning the repository, **make sure to run `make setup-hooks`.**
### Requirements
- Sui >= latest
- [Bun](https://bun.com/) >= 1.2 -- NOTE: we use bun rather than Node.js
- `prettier` and `prettier-move` to format the code.
### Development
- use `bun format:move` or `bun format:move-all` to format your Move code.
## Security
See [contributing repo](https://github.com/gonative-cc/contributig) for reporting security vulnerability or sharing a security feedback.