# Proof of Position

## Proof of Position

- [What is POPP?](https://docs.proofofposition.xyz/what-is-popp.md): Your Web3 blue checkmark and access card
- [Position Verification](https://docs.proofofposition.xyz/what-is-popp/position-verification.md)
- [Cryptographic Linking of Social Profiles](https://docs.proofofposition.xyz/what-is-popp/cryptographic-linking-of-social-profiles.md)
- [Cryptographic Linking of Communication Channels](https://docs.proofofposition.xyz/what-is-popp/cryptographic-linking-of-communication-channels.md)
- [Access to Exclusive Online Spaces](https://docs.proofofposition.xyz/what-is-popp/access-to-exclusive-online-spaces.md)
- [How does it work?](https://docs.proofofposition.xyz/how-does-it-work.md): POPP has 3 parts, each represented by non-transferable token.
- [Employer Badge](https://docs.proofofposition.xyz/how-does-it-work/employer-badge.md)
- [How do I get one?](https://docs.proofofposition.xyz/how-does-it-work/employer-badge/how-do-i-get-one.md)
- [Employee Access Card](https://docs.proofofposition.xyz/how-does-it-work/employee-access-card.md)
- [Employee Badge](https://docs.proofofposition.xyz/how-does-it-work/employee-badge.md)
- [Quick Start](https://docs.proofofposition.xyz/quick-start.md): The following will show how to get started using the protocol
- [Employer Badge](https://docs.proofofposition.xyz/quick-start/employer-badge.md): Learn how to integrate the POPP employer badge into your code
- [Employee Access Card](https://docs.proofofposition.xyz/quick-start/employee-access-card.md): Learn how to integrate the POPP employee access card into your code
- [Employee Badge](https://docs.proofofposition.xyz/quick-start/employee-badge.md): Learn how to integrate the POPP employee badge into your code
- [Token Gates](https://docs.proofofposition.xyz/quick-start/token-gates.md): The following will describe token gates and how they integrate into the protocol
- [Reference](https://docs.proofofposition.xyz/reference.md)
- [Employer Badge](https://docs.proofofposition.xyz/reference/employer-badge.md): A deep dive into the various methods in the Employer Badge ERC-1155 contract
- [Employee Badge](https://docs.proofofposition.xyz/reference/employee-badge.md): A deep dive into the various methods in the Employee Badge ERC-721 contract
- [Employee Access Card](https://docs.proofofposition.xyz/reference/employee-access-card.md): A deep dive into the various methods in the Employee Access Card ERC-1155 contract
- [Code Audit](https://docs.proofofposition.xyz/code-audit.md)
- [POPP Job Marketplace](https://docs.proofofposition.xyz/popp-job-marketplace.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.proofofposition.xyz/what-is-popp.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.
