{
"contract": {
"id": "c-1a2b3c-4d5e-6f7g-8h9i",
"version": "1.0.0",
"provider": "tibbir",
"type": "RealtimeConversationalAgreement",
"status": "active",
"createdAt": "2025-08-18T09:05:00Z",
"parties": [
{
"partyId": "p-cust-xyz789",
"role": "Customer",
"identityVerification": {
"method": "KYC",
"status": "verified",
"verifiedAt": "2025-08-18T09:04:30Z"
}
},
{
"partyId": "p-agent-abc123",
"role": "Agent",
"identityVerification": {
"method": "KYA",
"standard": "REG-OK",
"status": "verified",
"verifiedAt": "2025-08-18T09:04:45Z"
}
}
],
"source": {
"type": "NaturalLanguageConversation",
"interpreterEngine": "tibbir-engine-v2.1",
"conversationId": "conv-jklmno-pqrstu",
"interpretedAt": "2025-08-18T09:05:00Z"
},
"terms": [
{
"termId": "t-001",
"description": "Agreement to provide digital infrastructure services.",
"parameters": {
"service": "digital_infrastructure",
"provider": "p-agent-abc123",
"recipient": "p-cust-xyz789",
"startDate": "2025-09-01",
"duration": "12 months"
},
"isBinding": true
},
{
"termId": "t-002",
"description": "Monthly payment of 50 units of specified currency.",
"parameters": {
"action": "payment",
"payer": "p-cust-xyz789",
"payee": "p-agent-abc123",
"amount": 50.00,
"currency": "AUD",
"frequency": "monthly"
},
"isBinding": true
}
],
"metadata": {
"tags": ["Life", "MachineReadable", "Json", "REG-OK", "tibbir"]
}
}
}