| description | icon | cover | coverY |
|---|---|---|---|
PHUNKBOT IS MODULAR AND CAN AiVOLVE EVEN FURTHER IN THE FUTURE |
conveyor-belt-boxes |
../../../.gitbook/assets/Bildschirmfoto 2023-11-28 um 16.34.06.png |
44 |
This module is called Erc721SalesService and enables PhunkBot to post all Sales to Twitter and Discord simultaneously. To customise, just edit /src/config.ts file and let PhunkBot do its magic.
MODULE
{% code title="app.module.ts" %}
import { Erc721SalesService } from './erc721sales.service';{% endcode %}
ON TWITTER
2023-11-28 00:43:15] [base.service] [info]: Successfully tweeted: 1729299877790662770 -> Phunk #2949 was flipped for Ξ0.202 ($411) by servo.eth
| https://t.co/0MvKrg7ULB https://t.co/26upLUEDHu
https://x.com/PhunkBot/status/1729299877790662770
SUPPORTED
- NotLarvaLabs marketplace - Support for Bids, Buys and Sells.
- BLUR.io - Sweeps, Buys and Sells & support for ERC20 "blurio pool" wrapped ETH.
- OpenSea marketplace (inkl. SeaPort) - Sweeps, Buys and Sells.
- LooksRare v2 - Sweeps, Buys and Sells.
- NFTX - Sweeps, Buys and Sells.
- X2Y2 - Sweeps, Buys and Sells.
- MEV sniping bot exotic transactions.
- CLI mode feature: CLI command implemented to replay transaction.
- Integrated flywheel (phunks.pro) sales into bot with custom Message.
- Integrated Auctions (phunks.auction) sales only with custom Message.
- Embedded discord bot design implemented with dynamic smart exchange ICON support.
{% hint style="info" %} For all Sales Service functionalities and tutorials go to tutorials.md {% endhint %}
This module is called StatisticsService and enables PhunkBot to index all transactions for your collection set under /src/config.ts. With this indexed information, saved locally and synced in real time, your discord users get access to Volume stats, Trader stats and Token ownership info.
It enables discord Application Commands like /volume or /graph and so much more.
MODULE
{% code title="app.module.ts" %}
import { StatisticsService } from './extensions/statistics.extension.service';{% endcode %}
ON DISCORD
[2023-11-26 17:18:54] [statistics.service] [info]: ./token_images/phunk1313.png
[2023-11-26 17:18:54] [statistics.service] [info]: ./token_images/phunk3301.png
[2023-11-26 17:18:54] [statistics.service] [info]: ./token_images/phunk5799.png
[2023-11-26 17:18:54] [statistics.service] [info]: ./token_images/phunk6128.png
{% hint style="info" %} For all Statistics Service Commands available check out tutorials.md {% endhint %}
This module is called DAOService and enables PhunkBot to autonomously govern custom Discord roles and provably fair token gated Voting system.
In depth explanation and functions can be found under governance.md.
MODULE
{% code title="app.module.ts" %}
import { DAOService } from './extensions/dao/dao.extension.service';
import { DAOController } from './extensions/dao/dao.controller';{% endcode %}
{% hint style="info" %} For all DAO Service Commands available check out tutorials.md {% endhint %}
.png)
 (3).png)
.png)