diff --git a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx index 79088f233..df3b8aea1 100644 --- a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx +++ b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx @@ -26,7 +26,7 @@ Canvas is an open onchain profile database of user identities and achievements ( ### Badge -**Badges** are attestations of identities, achievements and traits verified through the [Ethereum Attestation Service](https://scroll.easscan.org/learn/scroll), issued **permissionlessly by different ecosystem projects**. Badges are wallet-bound and non-transferable. **Badges facilitate interactions between ecosystem projects and users**. +**Badges** are attestations of identities, achievements and traits issued through the [Ethereum Attestation Service](https://scroll.easscan.org/learn/scroll) **permissionlessly by different ecosystem projects**. Badges are wallet-bound and non-transferable. **Badges facilitate interactions between ecosystem projects and users**. Developers can issue badges in three methods: @@ -34,7 +34,7 @@ Developers can issue badges in three methods: | --- | --- | --- | | `Permissionless` | Badge checks eligibility based on smart contract. | Badges attest to the completion of an on-chain transaction or holding of an NFT. | | `Backend-authorized` | Badge checks eligibility based on the issuer’s API. | Badges attest to the completion of off-chain actions or a certain allow list. | -| `Gifted` | Badges checks eligibility based on the issuer’s API and **automatically** sends the badges to users’ canvas. There is no minting required for users to display the badge. | Badges attest to the ownership or paid membership on other platforms / chains. | +| `Gifted` | Badge checks eligibility based on the issuer’s API and **automatically** sends the badges to users’ canvas. There is no minting required for users to display the badge. | Badges attest to the ownership or paid membership on other platforms / chains. | Developers can design badges in two ways: @@ -47,8 +47,8 @@ Developers can design badges in two ways: Badge issuance and deployment of the contract is fully permissionless. Please follow the steps below to issue a Badge for your project. -