One contract. Many commitments.
What deployment creates, where to find its address, and how to reuse it.
What does Deploy workspace do?
It deploys a VEYLOCK escrow contract on Robinhood Chain. This contract holds funded allocations, stores their vesting terms, and pays claims to their beneficiaries.
Deployment does not create a token or a vesting schedule. A newly deployed workspace is empty until a schedule is funded. It can hold multiple schedules for different conventional ERC-20 tokens.
Three addresses, three purposes
| Address | What it identifies | Where you use it |
|---|---|---|
| Wallet address | A creator or recipient account | Connect wallet; Beneficiary field |
| Token contract address | The ERC-20 asset | Token selection or manual token entry |
| Workspace contract address | The VEYLOCK escrow holding schedules | Network setup → Open an existing workspace |
All three can look like 0x…. They are not interchangeable.
Find your deployed workspace address
- Open Network setup in the browser where you deployed.
- Find Selected workspace and select Copy address.
- If it is missing, open the last deployment receipt shown on that page. The explorer transaction identifies the created contract.
- You can also open the deployment transaction from your wallet’s history and find the created contract address in the explorer.
A receipt marked submitted may still be pending or may have failed. Use the address of a successfully confirmed deployment. The app verifies matching deployed code before enabling workspace actions.
Open it again
Connect the intended wallet on mainnet, paste the contract address into Open an existing workspace, and select Use this address. Then open Overview or Schedules.
The dashboard lists schedules where the connected wallet is the creator or beneficiary within that workspace. Switching to another workspace changes which schedules it reads. Website updates do not require a new workspace deployment.
The current contract has no administrator or owner-only creation gate. Other wallets can fund their own schedules in a matching workspace, and its onchain records are public.
Keep a simple address record
Save the network, workspace address, and deployment transaction hash together. The app stores the selected address per browser and website domain. A new device or domain needs that address once; automatic discovery of all your workspaces is not implemented.