NEAR Token treatment
Last updated
Last updated
Since NEAR is the native token for the near blockchain, implying the requirement to have special treatment for it, and in order to streamline the usage of NEAR with other assets, NEAR is treated as a fungible token () using its wrapped fungible token, . The source code (and interface) for wrapped NEAR (wNEAR) can be found .
As a result, there is no way to deposit NEAR directly. The user should exchange their NEAR token and exchange it for wrapped NEAR token in the wrap.near
contract before depositing them into the Verifier
contract.