Sociogram is a token launch protocol on Solana that implements a bonding curve mechanism for predictable token distribution and price discovery. It provides a fully automated market maker (AMM) with virtual reserves for price calculation and real reserves for actual assets, allowing projects to launch tokens with guaranteed liquidity and controlled price movement. The protocol features a complete token lifecycle management system, from initial token creation and distribution through a bonding curve to final withdrawal phase when all tokens are sold.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | 4 | - | - | - | 4 |
Total | 5 | 0 | 0 | 0 | 5 |
# | Github Repository | Commit Hash | File | Url |
---|---|---|---|---|
1 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/instructions/errors.rs | Check on Github |
2 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/instructions/constants.rs | Check on Github |
3 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/instructions/initialize.rs | Check on Github |
4 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/amm/amm.rs | Check on Github |
5 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/instructions/buy.rs | Check on Github |
6 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/instructions/set_fee.rs | Check on Github |
7 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/instructions/create.rs | Check on Github |
8 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/instructions/sell.rs | Check on Github |
9 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/amm/mod.rs | Check on Github |
10 | biswap-org/curve-launchpad | 05f59a60823a6b60ce706ee9dffd94e2837ca1a2 | programs/curve-launchpad/src/instructions/events.rs | Check on Github |