> For the complete documentation index, see [llms.txt](https://docs.protocolink.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.protocolink.com/smart-contract.md).

# Smart Contract

- [Overview](https://docs.protocolink.com/smart-contract/overview.md): A router system which consolidates protocol interactions within a secure Router/Agent architecture in a single transaction.
- [Router](https://docs.protocolink.com/smart-contract/overview/router.md): The single entry point for users to interact with. The Router forwards the data to an Agent when executing a transaction.
- [Agent](https://docs.protocolink.com/smart-contract/overview/agent.md): The execution unit of user transactions. The Agent securely holds token approvals for its exclusive user, and it is non-upgradable.
- [Callback](https://docs.protocolink.com/smart-contract/overview/callback.md): The entry point for protocol callbacks to reenter an Agent in a transaction.
- [Fees](https://docs.protocolink.com/smart-contract/overview/fees.md): Protocolink charges fees based on the token amount and transaction type
- [Utility](https://docs.protocolink.com/smart-contract/overview/utility.md): The extensions for the Agent to perform extra actions
- [Data Type](https://docs.protocolink.com/smart-contract/overview/data-type.md): The structures and enumerations used in Protocolink contracts.
- [ERC721/ERC1155 Support](https://docs.protocolink.com/smart-contract/overview/erc721-erc1155-support.md)
- [Deployment Addresses](https://docs.protocolink.com/smart-contract/deployment-addresses.md)
- [Security Review Details](https://docs.protocolink.com/smart-contract/security-review-details.md)
