# My Stamp is verified. Why aren't the scores being added to my Passport?

It’s likely that the account, token, or NFT you’re trying to link has already been connected to another Passport. By default, the Passport API uses a Last In, First Out (LIFO) Stamp deduplication method. This means that if a Passport holder submits a Stamp that has already been used by another Passport, the duplicate Stamp is ignored and doesn’t count toward the score.

Although the Stamp on subsequent Passports can be verified, it won’t contribute to your score until the Stamp on the first Passport expires, which occurs after 90 days. Once it expires, points will be added from the next verified Passport in line.

Stamp deduplication is essential to prevent users from increasing their influence by submitting the same Stamps across multiple Passports. This process ensures that a user can associate an individual Stamp with only one identity within a specific context.

For more information on Stamp Deduplication, please check [here](https://docs.passport.xyz/building-with-passport/major-concepts/deduplicating-stamps).

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.passport.xyz/passport-knowledge-base/common-questions/my-stamp-is-verified.-why-arent-the-scores-being-added-to-my-passport.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
