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

# Smart Contract

## Support Chains and Assets

Our platform currently supports USDC on multiple blockchain networks, specifically Ethereum and Arbitrum, with plans to expand to more chains in the future. Each supported chain will have its own designated USDC contract address, ensuring seamless integration and compatibility with the native assets of each network.

| Chain    | USDC                                                                                                                  |
| -------- | --------------------------------------------------------------------------------------------------------------------- |
| Ethereum | [0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48](https://etherscan.io/address/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48) |
| Arbitrum | [0xaf88d065e77c8cC2239327C5EDb3A432268e5831](https://arbiscan.io/address/0xaf88d065e77c8cc2239327c5edb3a432268e5831)  |

## Contract Address

| Functionality  | Ethereum                                                                                                              | Aribtrum                                                                                                             |
| -------------- | --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| Access Control | [0x21d63c1c802b22d2d632bca96bf27e4cd3712d77](https://etherscan.io/address/0x21d63c1c802b22d2d632bca96bf27e4cd3712d77) | [0x919d795cc58526d790e2df5cee5e0a0602722e95](https://arbiscan.io/address/0x919d795cc58526d790e2df5cee5e0a0602722e95) |
| Create Loan    | [0xcce3a9d318d30631a99a3ae54fae73fb204779ff](https://etherscan.io/address/0xcce3a9d318d30631a99a3ae54fae73fb204779ff) | [0xd3fe16a05de254a5b212f9761c0103ddb1d09a42](https://arbiscan.io/address/0xd3fe16a05de254a5b212f9761c0103ddb1d09a42) |
|                |                                                                                                                       |                                                                                                                      |
