Our vector database enables AI-powered search and similarity matching for marketplace assets while maintaining decentralization through SUI blockchain and Walrus storage. Key features include:
Token incentives for vector data contributions
Decentralized storage with Byzantine fault tolerance
# Configure rewardsawait collection.set_rewards({ "base_rate": 10, # SUI per vector "quality_bonus": 0.2, # 20% for high quality "stake_bonus": 0.1 # 10% for staking})
Usage Fees
Copy
# Set usage pricingawait collection.set_usage_fees({ "query_fee": 1, # SUI per query "bulk_discount": 0.2, # 20% for bulk "min_stake": 100 # Required stake})