ERC3643Bond
nominalValuestringrequired
Nominal value of the bond
Example:
1000feestringrequired
Fee associated with the bond (percentage)
Example:
15taxstringrequired
Tax associated with the bond (percentage)
Example:
1feeCollectorstringrequired
Address of the wallet that will collect fees
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343taxCollectorstringrequired
Address of the wallet that will collect taxes
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343annualIntereststringrequired
Annual interest rate for the bond (percentage)
Example:
5finishDatestring<date-time>required
Finish date for the bond (ISO 8601 format)
Example:
2025-11-06T12:02:51+0000interestPayingWalletstringrequired
Address of the wallet that will pay interest payments
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343ERC3643Bond
{
"nominalValue": "1000",
"fee": "15",
"tax": "1",
"feeCollector": "0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343",
"taxCollector": "0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343",
"annualInterest": "5",
"finishDate": "2025-11-06T12:02:51+0000",
"interestPayingWallet": "0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343"
}