# Transfer USDC on devnet between Solana and other chains using CCTP V1

This page documents how to get started with CCTP V1 on Solana devnet. To follow the examples, use the example scripts in the repository:

* Example scripts: <https://github.com/circlefin/solana-cctp-contracts/tree/master/examples>

The examples use the following packages:

* @solana/web3.js — <https://www.npmjs.com/package/@solana/web3.js>
* @project-serum/anchor — <https://www.npmjs.com/package/@project-serum/anchor>

These scripts transfer USDC to and from an account on Solana devnet and an address on an external blockchain. As a security measure, these scripts should only be used for devnet testing. Do not reuse private keys across devnet and mainnet.

This is the CCTP V1 (legacy) documentation. For the latest version, see CCTP: <https://developers.circle.com/cctp>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chainaiswap.gitbook.io/chainaiswap-docs/cross-chain-transfer-protocol/cross-chain-transfer-protocol-v1/transfer-usdc-on-devnet-between-solana-and-other-chains-using-cctp-v1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
