Config Proposal: Personal Cred Attributions

Here’s my proposal for adding a personal attributions config to our cred instance, which I’ll propose at the next Core Meeting according to our policy.

[
  {
    "fromParticipantName": "Thena",
    "recipients": [
      {
        "toParticipantName": "Jojo",
        "proportions": [
          {
            "startDate": "1/1/2021",
            "decimalProportion": 0.1
          }
        ]
      }
    ]
  },
  {
    "fromParticipantName": "decentralion",
    "recipients": [
      {
        "toParticipantName": "protocol",
        "proportions": [
          {
            "startDate": "2/1/2018",
            "decimalProportion": 0.2
          }
        ]
      }
    ]
  },
  {
    "fromParticipantName": "lbstrobbe",
    "recipients": [
      {
        "toParticipantName": "protocol",
        "proportions": [
          {
            "startDate": "8/1/2020",
            "decimalProportion": 0.2
          }
        ]
      }
    ]
  },
  {
    "fromParticipantName": "topocount",
    "recipients": [
      {
        "toParticipantName": "protocol",
        "proportions": [
          {
            "startDate": "10/1/2020",
            "decimalProportion": 0.2
          }
        ]
      }
    ]
  },
  {
    "fromParticipantName": "wchargin",
    "recipients": [
      {
        "toParticipantName": "protocol",
        "proportions": [
          {
            "startDate": "2/1/2018",
            "decimalProportion": 0.2
          },
          {
            "startDate": "11/1/2018",
            "decimalProportion": 0
          }
        ]
      }
    ]
  },
  {
    "fromParticipantName": "scrabbleboy",
    "recipients": [
      {
        "toParticipantName": "protocol",
        "proportions": [
          {
            "startDate": "6/1/2021",
            "decimalProportion": 0.2
          }
        ]
      }
    ]
  },
  {
    "fromParticipantName": "hammad",
    "recipients": [
      {
        "toParticipantName": "protocol",
        "proportions": [
          {
            "startDate": "10/1/2020",
            "decimalProportion": 0.2
          },
          {
            "startDate": "11/1/2020",
            "decimalProportion": 0
          }
        ]
      }
    ]
  }
]

It includes a 10% personal assistant attribution from me to Jojo for their instrumental help in the form of managing my calendar, brainstorming product, emotional support, and other support. By this attribution, I am saying 10% of my cred earning productivity is actually directly enabled by Jojo’s support.

It also includes the 20% attributions promised to Protocal Labs by the Sponsorship contracts.

5 Likes

I believe that this proposal has a few end periods that should be decimalProportion: 0 (to denote end of sponsorship and Cred flow) but as written it has decimalProportion: 0.2 (meaning no change).

Thanks, fixed!