# DESO BACKEND

- [Backend: Config](/deso-backend/configuration.md): Overview of the configuration flags for running your own backend
- [Onboarding](/deso-backend/configuration/onboarding.md): Description of flags related to the Onboarding proces and starter DESO
- [Phone Number Verification](/deso-backend/configuration/phone-number-verification.md): Description of flags related to verifying phone numbers with Twilio
- [Global State](/deso-backend/configuration/global-state.md): Description of flags related to your node's global state database
- [Admins](/deso-backend/configuration/admins.md): Description of flags related to admin access on your node.
- [Web Security](/deso-backend/configuration/web-security.md): Description of flags related to your node's web security
- [Media](/deso-backend/configuration/media.md): Description of flags related to uploading media on your node
- [Images](/deso-backend/configuration/media/images.md): Description of flags related to uploading images on your node
- [Videos](/deso-backend/configuration/media/videos.md): Description of flags related to uploading videos on your node
- [Hot Feed](/deso-backend/configuration/hot-feed.md): Description of flags related to running the hot feed routine on your node
- [Selling $DESO](/deso-backend/configuration/selling-usddeso.md): Description of flags related to selling DESO on your Node
- [Wyre - Buy with USD](/deso-backend/configuration/selling-usddeso/wyre-buy-with-usd.md): Description of flags related to selling DESO for BTC with Wyre on your Node
- [Buy with BTC](/deso-backend/configuration/selling-usddeso/buy-with-btc.md): Description of flags related to selling DESO for BTC on your Node
- [Buy with ETH](/deso-backend/configuration/selling-usddeso/buy-with-eth.md): Description of flags related to selling DESO for ETH on your Node
- [Analytics](/deso-backend/configuration/analytics.md): Description of flags related to tracking user analytics on your node
- [Emails](/deso-backend/configuration/emails.md): Description of flags related to sending emails on your node
- [Supply Monitoring](/deso-backend/configuration/supply-monitoring.md): Description of flags related to running supply monitoring on your node
- [Construct: API](/deso-backend/construct-transactions.md): Descriptions of all Transaction Construction Endpoints
- [Social Transactions API](/deso-backend/construct-transactions/social-transactions-api.md): Description of endpoints used to construct Social Transactions on the DeSo blockchain
- [NFT Transactions API](/deso-backend/construct-transactions/nft-transactions-api.md): Description of endpoints used to construct NFT Transactions on the DeSo blockchain
- [Financial Transactions API](/deso-backend/construct-transactions/financial-transactions-api.md): Description of endpoints used to construct Financial Transactions on the DeSo blockchain
- [Derived Keys Transaction API](/deso-backend/construct-transactions/derived-keys-transaction-api.md): Description of endpoints used to construct Derived Key Transactions on the DeSo blockchain
- [DeSo Tokens Transactions API](/deso-backend/construct-transactions/dao-transactions-api.md): Description of endpoints used to construct DAO Transactions on the DeSo blockchain
- [Associations Transactions API](/deso-backend/construct-transactions/associations-transactions-api.md): Description of endpoints to construct Associations Transactions on the DeSo blockchain
- [Access Groups API](/deso-backend/construct-transactions/access-groups-api.md)
- [Data: API](/deso-backend/api.md)
- [Admin Endpoints](/deso-backend/api/admin-endpoints.md)
- [Associations Endpoints](/deso-backend/api/associations-endpoints.md): Description of endpoints used in querying for associations
- [DeSo Tokens Endpoints](/deso-backend/api/dao-endpoints.md): Description of endpoints used for creating and on-chain trading of DeSo Tokens.
- [Media Endpoints](/deso-backend/api/media-endpoints.md): Description of endpoints used to manage media uploads for posts on the DeSo blockchain
- [Miner Endpoints](/deso-backend/api/miner-endpoints.md): Description of endpoints used to get data related to mining on the DeSo blockchain
- [Notification Endpoints](/deso-backend/api/notification-endpoints.md): Description of endpoints used to get notification data on the DeSo blockchain
- [NFT Endpoints](/deso-backend/api/nft-endpoints.md): Description of endpoints used to get data related to posts on the DeSo blockchain
- [Social Endpoints](/deso-backend/api/social-endpoints.md): Description of endpoints used to get social data on the DeSo blockchain
- [Referral Endpoints](/deso-backend/api/referral-endpoints.md): Description of endpoints used to get referral data
- [Tutorial Endpoints](/deso-backend/api/tutorial-endpoints.md): Description of endpoints used to get data related to tutorials on the DeSo blockchain
- [Meta Data Endpoints](/deso-backend/api/backend-api.md)
- [Transaction Spending Limits Endpoints](/deso-backend/api/transaction-spending-limits-endpoints.md): Description of endpoints used to get data related to transaction spending limits on the DeSo blockchain
- [User Endpoints](/deso-backend/api/user-endpoints.md): Description of endpoints used to get data related to users and profiles on the DeSo blockchain
- [Post Endpoints](/deso-backend/api/post-endpoints.md): Description of endpoints used to get data related to posts on the DeSo blockchain
- [Messages Endpoints](/deso-backend/api/messages-endpoints.md)
- [Access Group Endpoints](/deso-backend/api/access-group-endpoints.md)
- [Transactions: API](/deso-backend/transaction-utilities.md)
