Edit T6 blog for clarity#542
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
35d1b5f to
f0a7dd9
Compare
0xalpharush
reviewed
Jun 23, 2026
734f0c2 to
425e2bd
Compare
0xalpharush
reviewed
Jun 23, 2026
0xalpharush
reviewed
Jun 23, 2026
425e2bd to
54d5e18
Compare
b288e64 to
c05a00f
Compare
c05a00f to
9abe7ff
Compare
malleshpai
reviewed
Jul 6, 2026
malleshpai
approved these changes
Jul 6, 2026
max-digi
reviewed
Jul 6, 2026
| @@ -9,35 +9,37 @@ category: network-upgrades | |||
|
|
|||
| ## Account-level receive policies | |||
Contributor
There was a problem hiding this comment.
This should be Receive Policies
max-digi
reviewed
Jul 6, 2026
| ## Account-level receive policies | ||
|
|
||
| Receive policies let an account specify which TIP-20 tokens it will accept and which addresses can send to it. This is useful for exchanges, custodians, on and off ramps, payment processors, and treasury systems that need to keep unsupported or unwanted assets out of balances, or limit who can send to an account. | ||
| Receive policies (TIP-1028) let an account specify which TIP-20 tokens it will accept and which addresses can send to it. This enables exchanges, custodians, on-and-off ramps, payment processors, and wallet platforms to avoid receiving unsupported or unwanted assets and/or to limit who can send to their accounts. |
Contributor
There was a problem hiding this comment.
We should remove the TIP name here since spec is linked at bottom of paragraph
max-digi
reviewed
Jul 6, 2026
| - [TIP-1028: receive policies specification](https://tips.sh/1028) | ||
| - [TIP-1049: admin access keys specification](https://tips.sh/1049) | ||
| - [Receive policies specification](https://tips.sh/1028) | ||
| - [Admin access keys specification (TIP-1049)](https://tips.sh/1049) |
Contributor
There was a problem hiding this comment.
We should remove the TIP name here for consistency
max-digi
reviewed
Jul 6, 2026
| *A blocked transfer still succeeds; the funds are held by the guard and stay recoverable by the configured party.* | ||
|
|
||
| Wallets, explorers, and indexers should treat held sends as their own state and listen for the `TransferBlocked` event, since blocked receipts are not enumerable onchain. For deposit flows that use TIP-1022 virtual addresses, the policy is resolved against the master account before the check runs, and receipts preserve the original recipient for attribution. | ||
| Wallets, explorers, and indexers should listen for the `TransferBlocked` event and index blocked transfers as blocked receipts are not enumerable onchain. For deposit flows that use virtual addresses (TIP-1022), the respective master account's policy is used, and receipts preserve the original recipient for attribution. |
Contributor
There was a problem hiding this comment.
We should remove the TIP name for consistency
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.
Summary
Prompted by: @0xalpharush