SOLVE Token (solve_tokens)
SOLVE token is a utility token of the Solve.Care - decentralized healthcare platform built on blockchain technology. It is designed for care coordination, administration, and payments of healthcare and benefits around the world. This is a programmable token that serves as a fuel for the platform and raises a lot of value regarding audibility, reconciliation, reporting, and utilization. This section of Care.Protocol configures the behavior of SOLVE token for a Network.
Field Name | Value Type | Description |
---|---|---|
transfer_from_other_network | JSON | 1. This Section is for transfer tokens from another network. 2. Required |
allow | String | 1. Tokens allowed to transfer from another network: a. YES b. NO 2. Required |
payment_options | Array | 1. List of payment options for token transfer: a. CC b. Paytm c. Transfer Wise 2. Required if 'Allow' is 'YES' |
transfer_within_network | JSON | 1. This section is for tokens transfer within the network. 2. Required |
allow | String | 1. Tokens allowed to transfer within the network: a. YES b. NO 2. Required |
transfer_mapping | Array | 1. Mapping of roles to transfer the token within network. Each mapping needs to have two values: a. from_role b. to_role 2. Required if 'Allow' is 'YES' |
withdrawn_tokens_from_network | Array | 1. This section is for the tokens withdrawn from the network. 2. Required. |