Skip to main content

ERC3643Bond

nominalValuestringrequired

Nominal value of the bond

Example: 1000
feestringrequired

Fee associated with the bond (percentage)

Example: 15
taxstringrequired

Tax associated with the bond (percentage)

Example: 1
feeCollectorstringrequired

Address of the wallet that will collect fees

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343
taxCollectorstringrequired

Address of the wallet that will collect taxes

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343
annualIntereststringrequired

Annual interest rate for the bond (percentage)

Example: 5
finishDatestring<date-time>required

Finish date for the bond (ISO 8601 format)

Example: 2025-11-06T12:02:51+0000
interestPayingWalletstringrequired

Address of the wallet that will pay interest payments

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343
ERC3643Bond
{
"nominalValue": "1000",
"fee": "15",
"tax": "1",
"feeCollector": "0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343",
"taxCollector": "0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343",
"annualInterest": "5",
"finishDate": "2025-11-06T12:02:51+0000",
"interestPayingWallet": "0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343"
}