# Developer Hub: 🌐 Version 1.0

## 🌐 Version 1.0

- [🌐 Version 1.0 / API References (83 pages)](https://cobo.com/developers/_llms/version-1-0/api-references.md): Documentation for 🌐 Version 1.0 / API References.

### Documentation

#### Overview

- [Introduction](https://cobo.com/developers/v1/overview/introduction.md)
- [Wallet as a Service](https://cobo.com/developers/v1/overview/waas-introduction.md)

#### Custodial Wallets

- [Introduction](https://cobo.com/developers/v1/overview/custodial-wallet.md): Custodial Wallet Solution based on HSM/SGX

#### MPC Wallets

- [Introduction](https://cobo.com/developers/v1/overview/mpc-wallet/mpc-introduction.md): MPC-TSS based Wallet

##### TSS Node Callback

- [TSS Node Callback Mechanism](https://cobo.com/developers/v1/overview/mpc-wallet/callback/tss-node-callback-mechanism.md)
- [Callback Server Configuration](https://cobo.com/developers/v1/overview/mpc-wallet/callback/callback-server-configuration.md)
- [TSS Node Configuration & Callback Server Startup](https://cobo.com/developers/v1/overview/mpc-wallet/callback/tss-node-configuration-and-callback-server-startup.md)

###### Callback Server Requirements

- [Callback API](https://cobo.com/developers/v1/overview/mpc-wallet/callback/callback-server-requirements/callback-api.md)
- [KeyGen Request Description](https://cobo.com/developers/v1/overview/mpc-wallet/callback/callback-server-requirements/keygen-request.md)
- [Sign Request Description](https://cobo.com/developers/v1/overview/mpc-wallet/callback/callback-server-requirements/sign-request.md)
- [Reshare Request Description](https://cobo.com/developers/v1/overview/mpc-wallet/callback/callback-server-requirements/reshare-request.md)
- [Callback Server Examples](https://cobo.com/developers/v1/overview/mpc-wallet/callback/callback-server-requirements/callback-server-examples.md)

#### Smart Contract Wallets

##### Cobo Safe

- [Introduction](https://cobo.com/developers/v1/overview/smart-contract-wallet/cobosafe.md): Access Control Framework for Smart Contract Wallets

###### Contracts

- [Introduction](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/1_overview.md)
- [Role Manager](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/3_rolemanager.md)
- [Argus Integration](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/5_argus.md)
- [Security Audit](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/6_audit.md)
- [Deployed Addresses](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/7_deployment.md)

###### Cobo Account

- [Overview](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/2_1_account.md)
- [Cobo Safe Account](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/2_2_cobosafe.md)
- [Cobo Smart Account](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/2_3_cobosmart.md)
- [Send Transactions](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/2_4_send_tx.md)

###### Authorizer

- [Overview](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/4_1_authorizer.md)
- [Authorizer Example](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/4_2_sample.md)
- [BaseACL](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/4_3_ACL.md)
- [Hint](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/4_4_hint.md)
- [Other Authorizers](https://cobo.com/developers/v1/overview/smart-contract-wallet/en/4_5_others.md)

##### Cobo Argus

- [Introduction](https://cobo.com/developers/v1/overview/smart-contract-wallet/coboargus.md): Institution's Gateway to DeFi

#### Community

- [Github](https://cobo.com/developers/v1/overview/community/github.md)
- [Twitter](https://cobo.com/developers/v1/overview/community/twitter.md)
- [LinkedIn](https://cobo.com/developers/v1/overview/community/linkedln.md)
- [Discord](https://cobo.com/developers/v1/overview/community/discord.md)
- [Telegram](https://cobo.com/developers/v1/overview/community/telegram.md)
- [News](https://cobo.com/developers/v1/overview/community/news.md)

### Get Started

#### Overview

- [Quickstart](https://cobo.com/developers/v1/get-started/overview/quickstart.md)
- [Full Custody](https://cobo.com/developers/v1/get-started/overview/full-custody-quick-start.md)
- [MPC Custody](https://cobo.com/developers/v1/get-started/overview/mpc-quick-start.md)
- [MPC Lite](https://cobo.com/developers/v1/get-started/overview/mpc-lite-quick-start.md)
- [Build your first wallet application with Cobo in 10 minutes](https://cobo.com/developers/v1/get-started/overview/first-wallet-tutorial.md)

### SDKs and Tools

#### SDKs

##### WaaS

- [Python](https://cobo.com/developers/v1/sdks-and-tools/sdks/waas/python.md)
- [JavaScript](https://cobo.com/developers/v1/sdks-and-tools/sdks/waas/javascript.md)
- [Java](https://cobo.com/developers/v1/sdks-and-tools/sdks/waas/java.md)
- [Go](https://cobo.com/developers/v1/sdks-and-tools/sdks/waas/go.md)
- [PHP](https://cobo.com/developers/v1/sdks-and-tools/sdks/waas/php.md)

##### Cobo Safe

- [Python](https://cobo.com/developers/v1/sdks-and-tools/sdks/cobo-safe/python.md)
- [JavaScript](https://cobo.com/developers/v1/sdks-and-tools/sdks/cobo-safe/js.md)

#### Tools

- [Cobo Safe Python Kit](https://cobo.com/developers/v1/sdks-and-tools/tools/pycobosafe.md)
- [MPC Recovery Kits](https://cobo.com/developers/v1/sdks-and-tools/tools/recovery-kit.md)

### Guides

#### Wallet, Address and Transactions

- [Deposit and Withdraw Processes](https://cobo.com/developers/v1/guides/howtos/deposit-and-withdrawal-transaction-status.md)
- [Creating and Managing Deposit Addresses](https://cobo.com/developers/v1/guides/howtos/create-manage-deposit-addresses.md)
- [Querying Deposit Transactions ](https://cobo.com/developers/v1/guides/howtos/querying-deposit-transactions.md)
- [How to Create a Withdraw Transaction via APIs](https://cobo.com/developers/v1/guides/howtos/creating-withdrawal-transactions.md)
- [Managing Wallet Balances](https://cobo.com/developers/v1/guides/howtos/manage-balance-and-transactions.md)

#### Events and Notifications

- [How to Configure API Callback ](https://cobo.com/developers/v1/guides/howtos/configure-api-callback.md)
- [API Error Handling and Reporting ](https://cobo.com/developers/v1/guides/howtos/api-error-handling-and-reporting.md)

#### MPC Wallets Specific

- [Setting Up Token Sweeping](https://cobo.com/developers/v1/guides/howtos/auto-token-sweeping-for-mpc-wallets.md)
- [How to Create Web3 Transactions in MPC Wallets](https://cobo.com/developers/v1/guides/howtos/creating-web3-transactions.md)
- [How to Estimate and Optimize Transaction Fees for MPC Wallets](https://cobo.com/developers/v1/guides/howtos/estimate-transaction-fees.md)
- [Replace-By-Fee (RBF) in MPC Wallets](https://cobo.com/developers/v1/guides/howtos/rbf.md)

#### Security Best Practices

- [Safeguarding API Security Key](https://cobo.com/developers/v1/guides/howtos/api-security-key.md)
- [Best Security Practices for API Configuration](https://cobo.com/developers/v1/guides/howtos/api-configuration-best-practices.md)

#### Working with UTXO Model

- [How to Create a Transaction on UTXO-based Blockchains](https://cobo.com/developers/v1/guides/howtos/creating-utxo-transactions.md)

### FAQs

#### FAQs

- [Address Management](https://cobo.com/developers/v1/faqs/address-management.md): Frequently Asked Questions about Address Management
- [Coin Management](https://cobo.com/developers/v1/faqs/coin-management.md): Frequently Asked Questions about Coin Management
- [Transaction Management](https://cobo.com/developers/v1/faqs/transaction-management.md): Frequently Asked Questions about Transaction Management
- [API Key](https://cobo.com/developers/v1/faqs/api-key.md): Frequently Asked Questions about API Key
- [API Callback](https://cobo.com/developers/v1/faqs/api-callback.md): Frequently Asked Questions about API Callback
