Rise is a blockchain first platform where by all actions are secured and executed on-chain. Rise has blockchain smart-contracts on the Arbitrum optimistic rollup chain that control the flow of funds. That means that executing a change within the Rise platform requires a wallet with permissions on the user or company's RiseID.

1. Get a Wallet

You can create a wallet many ways but possibly the easiest thing to do is to get a wallet via ethers.js.

https://docs.ethers.org/v5/api/signer/#Wallet

Be sure to get the private key of these wallet and save it for reuse.

2. Grant Pay Permissions

Next, you'll need to grant your newly created wallet Pay Permission Delegate access on your RiseID screen within the Rise Pay platform

3. Verify Wallet

Now we need to match a user account (email address) to a wallet. To do that, you can do one of two things.

1. Use the Verified Wallet App

Use Verified Wallet https://verify-wallet.riseworks.io/ and follow the steps to complete the process.

2. Setup a Funding Blockchain Wallet

To add a Funding Blockchain Wallet to, follow these steps.

  1. Click Fund on the left menu
  2. "+" next to External Accounts
  3. Select Blockchain Wallet

4. Authenticate

Follow the instructions on the Authentication page.

5. Use!