Payment

Status: ready to use

Getting started

This section contains information about costs of toolkit for NEAR-compatible version of vSelf. Payments for the toolkit consist of NEAR costs for call methods and development fees according to NEAR standard. The view methods are provided for free. The development fee for setting up the collection also includes the costs of the data storage. All the requests have a fixed price even though the NEAR transaction costs differ.

  • Set up the collection 0.1 NEAR

  • Close the collection 0.0015 NEAR

  • Claim reward 0.02 NEAR

Note: the owner of the collection pays for all the requests, including claim reward requests.

Free requests

All the information about user activity logs for the collection is provided for free. You can learn more about collection analytics here.

Payment management

The payment for the toolkit is set up through deposits. For money transactions, we want to provide trustworthy and transparent payment management. Therefore, the business logic can be explicitly seen in the smart contract deployed on NEAR. The source code is available here.

The owner of the collection is able to open a deposit and top up the deposit balance from her NEAR account. All the paid requests for this collection will decrease the deposit balance. The owner could return the unused balance after collection ends.

Fiat payment (in development)

vSelf will introduce a fiat payment feature for users to top up their deposits on the platform. For this purpose, we plan to use NearPay.

Last updated