PayAI: un-deprecate CjNFTjvB… — it is settling again on Solana - #1113
Open
zaialamm wants to merge 1 commit into
Open
PayAI: un-deprecate CjNFTjvB… — it is settling again on Solana#1113zaialamm wants to merge 1 commit into
zaialamm wants to merge 1 commit into
Conversation
Deprecated in ec3d87b (2026-07-14) as part of skipping inactive addresses in transfer sync. It has since returned to production: roughly 100 transactions a minute, USDC transferChecked settlements, as of 2026-08-29 18:32 UTC. While the flag is set, sync.ts skips the address, so every x402 payment PayAI settles through it is missing from merchant and facilitator stats.
Contributor
|
@zaialamm is attempting to deploy a commit to the Merit Systems Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One line: removes
deprecated: truefrom PayAI's Solana addressCjNFTjvBhbJJd2B5ePPMHRLx1ELZpa8dwQgGL727eKww.Why
It was deprecated in ec3d87b (2026-07-14), "Deprecate inactive facilitator addresses to skip transfer sync" — correct at the time. It has since gone back into production:
transferCheckedof USDC (EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v), fee-paid by that address — an x402 settlementJNCZ4Jj1SiN6Qbo9c3dMDyom6sspbxv4hgWNC7sgzuCPbh3YirLCEHaFVwpWSYAvYyZTTS1hbD7TuXSJyXGTn7QPayAI appears to run this settler alongside
2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4; both were busy in the same minute.Effect
sync.tsskips any address whereenabledis false:So while the flag is set, every payment PayAI settles through this address is missing from merchant and facilitator stats. I noticed because my own resource shows 0 transactions on its x402scan page while its treasury is receiving settlements fee-paid by this address.
Caveat
I cannot see from outside why PayAI runs two settlers, so if you would rather confirm with them before merging, that is fair. Either way the current data is incomplete. The other deprecated entries in this file are untouched — I did not check them.
Happy to add the same evidence for any other address if useful.