Sales & Listings
SNS Marketplace
The SNS Marketplace program makes it possible to integrate the purchase and sale of SNS domains directly into your own dApps. The methods outlined in this section should be imported from the @bonfida/name-offers
NPM package as linked below.
Deployment:
Program ID:
85iDfUvr3HJyLM2zcq5BXSiDvUWfw6cSE1FfNBo8Ap29
Auditor: Halborn
Audit report: here
JS SDK: NPM
This smart contract supports these different types of sales:
Fixed price
Unsolicited
Category
P2P
Fixed price and unsolicited offers support the following tokens as quote currency: SOL, FIDA, USDC, USDT, mSOL, BONK, BAT, PYTH and bSOL.
All of these listings can be accessed on sns.id
The SNS Marketplace also supports a referral system, allowing users to share 15% of the transaction fees. This feature enables participants to earn rewards by referring new users to the marketplace. In order to earn the portion of the fees, users must pass their wallet address in buyFixedPrice
, acceptOffer
and takeCategoryOffer
.
Last updated