# Technical Resources

- [Protocol Overview](/technical-resources/protocol-overview.md)
- [Background](/technical-resources/protocol-overview/background.md)
- [Protocol Actors](/technical-resources/protocol-overview/protocol-actors.md)
- [Smart Contract Architecture](/technical-resources/protocol-overview/smart-contract-architecture.md)
- [Glossary](/technical-resources/protocol-overview/glossary.md)
- [Smart Contract Addresses](/technical-resources/protocol-overview/smart-contract-addresses.md)
- [Fees](/technical-resources/protocol-overview/fees.md)
- [Composability](/technical-resources/protocol-overview/composability.md)
- [Proxies and Upgradeability](/technical-resources/protocol-overview/proxies-and-upgradeability.md)
- [Security](/technical-resources/security.md)
- [Security](/technical-resources/security/security.md)
- [List of Assumptions](/technical-resources/security/list-of-assumptions.md)
- [External Entry Points](/technical-resources/security/external-entry-points.md)
- [Emergency Protocol Pause](/technical-resources/security/emergency-protocol-pause.md)
- [Protocol Invariants](/technical-resources/security/protocol-invariants.md)
- [Test Report](/technical-resources/security/test-report.md)
- [Loans](/technical-resources/loans.md)
- [Loans](/technical-resources/loans/loans.md)
- [Fixed Term Loans](/technical-resources/loans/fixed-term-loans.md)
- [Open Term Loans](/technical-resources/loans/open-term-loans.md)
- [Refinancing](/technical-resources/loans/refinancing.md)
- [Impairments](/technical-resources/loans/impairments.md)
- [Defaults](/technical-resources/loans/defaults.md)
- [Pools](/technical-resources/pools.md)
- [Pools](/technical-resources/pools/pools.md)
- [Pool Creation](/technical-resources/pools/pool-creation.md)
- [PoolManager](/technical-resources/pools/pool-manager.md)
- [Accounting](/technical-resources/pools/accounting.md)
- [Pool Accounting](/technical-resources/pools/accounting/pool-accounting.md)
- [Pool Exchange Rates](/technical-resources/pools/accounting/pool-exchange-rates.md)
- [Strategies](/technical-resources/strategies.md)
- [Fixed Term Loan Manager](/technical-resources/strategies/fixed-term-loan-manager.md)
- [Overview](/technical-resources/strategies/fixed-term-loan-manager/fixed-term-loan-manager.md)
- [Claims](/technical-resources/strategies/fixed-term-loan-manager/fixed-term-claim-function.md)
- [Advance Payment Accounting](/technical-resources/strategies/fixed-term-loan-manager/advance-global-payment-accounting.md)
- [Accounting Examples](/technical-resources/strategies/fixed-term-loan-manager/fixed-term-lm-accounting-examples.md)
- [Open Term Loan Manager](/technical-resources/strategies/open-term-loan-manager.md)
- [DeFi Strategies](/technical-resources/strategies/defi-strategies.md)
- [Withdrawal Managers](/technical-resources/withdrawal-managers.md)
- [WithdrawalManager (Queue)](/technical-resources/withdrawal-managers/withdrawal-manager-queue.md)
- [Singletons](/technical-resources/singletons.md)
- [Globals](/technical-resources/singletons/globals.md)
- [Governor Timelock](/technical-resources/singletons/governor-timelock.md)
- [MapleTreasury](/technical-resources/singletons/maple-treasury.md)
- [Oracles](/technical-resources/singletons/oracles.md)
- [Pool Permission Manager](/technical-resources/singletons/pool-permission-manager.md)
- [Admin Functions](/technical-resources/admin-functions.md)
- [Governor Admin Actions](/technical-resources/admin-functions/governor-admin-actions.md)
- [Operational Admin Actions](/technical-resources/admin-functions/operational-admin-actions.md)
- [Pool Delegate Admin Actions](/technical-resources/admin-functions/pool-delegate-admin-actions.md)
- [Timelocks](/technical-resources/admin-functions/timelocks.md)
- [Operations](/technical-resources/operations.md)
- [Protocol Deployment](/technical-resources/operations/protocol-deployment.md)
- [Open Term Loan Deployment](/technical-resources/operations/open-term-loan-deployment.md)
- [December 2023 Deployment & Upgrade Procedure](/technical-resources/operations/december-2023-release-deployment-and-upgrade.md)
- [Strategies Release Deployment Procedure](/technical-resources/operations/strategies-release-deployment-procedure.md)
- [Crosschain Mint/Redeem](/technical-resources/crosschain.md): This section documents Maple's CCIP-based crosschain receiver and its integration with Maple pools developed in partnership with Chainlink.
- [Maple CCIP Receiver](/technical-resources/crosschain/maple-ccip-receiver.md)
- [Failed Message Retry and Recovery](/technical-resources/crosschain/failed-message-recovery.md)
- [Interfaces](/technical-resources/interfaces.md)
- [FixedTermLoan](/technical-resources/interfaces/fixed-term-loan.md)
- [FixedTermLoanFactory](/technical-resources/interfaces/fixed-term-loan-factory.md)
- [FixedTermLoanFeeManager](/technical-resources/interfaces/fixed-term-loan-fee-manager.md)
- [FixedTermLoanInitializer](/technical-resources/interfaces/fixed-term-loan-initializer.md)
- [FixedTermLoanManager](/technical-resources/interfaces/fixed-term-loan-manager.md)
- [FixedTermLoanManagerFactory](/technical-resources/interfaces/fixed-term-loan-manager-factory.md)
- [FixedTermLoanManagerInitializer](/technical-resources/interfaces/fixed-term-loan-manager-initializer.md)
- [FixedTermLoanRefinancer](/technical-resources/interfaces/fixedtermloanrefinancer.md)
- [Globals](/technical-resources/interfaces/globals.md)
- [Liquidator](/technical-resources/interfaces/liquidator.md)
- [GovernorTimelock](/technical-resources/interfaces/governor-timelock.md)
- [SyrupRouter](/technical-resources/interfaces/syrup-router.md)
- [LiquidatorFactory](/technical-resources/interfaces/liquidator-factory.md)
- [LiquidatorInitializer](/technical-resources/interfaces/liquidator-initializer.md)
- [OpenTermLoan](/technical-resources/interfaces/open-term-loan.md)
- [OpenTermLoanFactory](/technical-resources/interfaces/open-term-loan-factory.md)
- [OpenTermLoanInitializer](/technical-resources/interfaces/open-term-loan-initializer.md)
- [OpenTermLoanManager](/technical-resources/interfaces/open-term-loan-manager.md)
- [OpenTermLoanManagerFactory](/technical-resources/interfaces/open-term-loan-manager-factory.md)
- [OpenTermLoanManagerInitializer](/technical-resources/interfaces/open-term-loan-manager-initializer.md)
- [OpenTermLoanRefinancer](/technical-resources/interfaces/open-term-loan-refinancer.md)
- [Pool](/technical-resources/interfaces/pool.md)
- [PoolDeployer](/technical-resources/interfaces/pool-deployer.md)
- [PoolManager](/technical-resources/interfaces/pool-manager.md)
- [PoolManagerFactory](/technical-resources/interfaces/pool-manager-factory.md)
- [PoolManagerInitializer](/technical-resources/interfaces/pool-manager-initializer.md)
- [PoolPermissionManager](/technical-resources/interfaces/pool-permission-manager.md)
- [Core Strategy](/technical-resources/interfaces/core-strategy.md)
- [Core Strategy Initializer](/technical-resources/interfaces/core-strategy-initializer.md)
- [WithdrawalManager (Queue)](/technical-resources/interfaces/withdrawal-manager-queue.md)
- [WithdrawalManagerFactory (Queue)](/technical-resources/interfaces/withdrawal-manager-queue-factory.md)
- [WithdrawalManagerInitializer (Queue)](/technical-resources/interfaces/withdrawal-manager-queue-initializer.md)
- [SYRUP Token](/technical-resources/syrup.md)
- [Architectural Overview](/technical-resources/syrup/architecture-overview.md)
- [Base ERC20 Structure](/technical-resources/syrup/base-erc20-structure.md)
- [Upgradability](/technical-resources/syrup/upgradability.md)
- [Modules](/technical-resources/syrup/modules.md)
- [Time Locks](/technical-resources/syrup/time-locks.md)
- [Recapitalization Module](/technical-resources/syrup/recapitalization-module.md)
- [Emergency Module](/technical-resources/syrup/emergency-module.md)
- [Deployment and Migration Procedure](/technical-resources/syrup/deployment-and-migration-procedure.md)
- [SDK](/technical-resources/sdk.md)
- [Introduction](/technical-resources/sdk/introduction.md)
- [Installation](/technical-resources/sdk/installation.md)
- [Protocol Actors](/technical-resources/sdk/protocol-actors.md)
- [Usage Guide](/technical-resources/sdk/usage-guide.md)
