Skip to content

feat: list top chargeback merchant groups - #5

Merged
0xSachinK merged 1 commit into
mainfrom
codex/top-chargeback-merchants-list
Jul 30, 2026
Merged

feat: list top chargeback merchant groups#5
0xSachinK merged 1 commit into
mainfrom
codex/top-chargeback-merchants-list

Conversation

@0xSachinK

Copy link
Copy Markdown
Member

Summary

  • publish the exact shared-contract Top Chargeback Merchants group
  • publish its staging counterpart
  • document the one-time all-history, non-manual PayPal, Venmo, and Cash App threshold policy
  • omit refresh cadence and tier metadata because this is a flat initialization cohort

Onchain verification

  • staging group is indexed with 0 members, matching the calculated cohort
  • shared group is indexed with 96 members
  • all 96 desired wallets return true from direct registry membership reads
  • curator, pending curator, resolver, visibility, and existence match the reviewed policy

Validation

  • npm ci
  • npm run check

@0xSachinK

Copy link
Copy Markdown
Member Author

Review summary:

  • Adds the exact staging and shared-contract Top Chargeback Merchants metadata.
  • Policy is one-time, all-history non-manual-release PayPal, Venmo, and Cash App maker volume at a 10,000 USDC threshold.
  • No refresh cadence and no tier group set are declared.
  • Staging is indexed at 0 members; shared contracts are indexed at 96 members and all 96 pass direct registry membership reads.
  • npm run check and GitHub validation pass.

@codex review

@0xSachinK
0xSachinK merged commit 00f5210 into main Jul 30, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5821cad3fa

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

}
},
"membership": {
"description": "Maker wallets with at least $10,000 in fulfilled volume summed across PayPal, Venmo, and Cash App for all available history, excluding manual releases. There is no date cutoff and this initialization cohort is not periodically refreshed.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Record the one-time evaluation timestamp

Once a maker crosses the threshold after initialization, the no-date-cutoff criterion says that wallet qualifies while the explicitly non-refreshed cohort will continue to exclude it. Record the snapshot/as-of timestamp for this one-time calculation, in both the production and staging metadata, so the published membership predicate remains accurate and reproducible.

Useful? React with 👍 / 👎.

"groupId": "0xdf1c64c54745aa1ce00642a5874f97e3183bf5e993c1f559d0a37a4df0b803c7",
"name": "Top Chargeback Merchants",
"slug": "top-chargeback-merchants",
"description": "One-time cohort of makers with at least $10,000 in all-time non-manual-release PayPal, Venmo, or Cash App volume.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge State the threshold in USDC

The intended threshold is 10,000 USDC, but this describes it as $10,000, which denotes a USD amount rather than an exact token quantity. If USDC deviates from $1 or an evaluator reconstructs eligibility using token units, these are different predicates; identify the threshold as 10,000 USDC here and in the staging metadata.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant