> For the complete documentation index, see [llms.txt](https://docs.logosnodos.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logosnodos.online/testnet-node/cortensor/staking-and-funding.md).

# Staking and Funding

## Staking $COR (2k per Node)

1. Buy $COR on Uniswap (ETH Mainnet) -> [***Link***](https://app.uniswap.org/explore/tokens/ethereum/0x8e0eef788350f40255d86dfe8d91ec0ad3a4547f)&#x20;

<figure><img src="/files/1Nq97PYhc5SBLI3ftCvP" alt="" width="375"><figcaption></figcaption></figure>

2. Stake ***2000 $COR on Pool 3*** to run 1 Node (Maks. 10 Node per user) -> [***Link***](https://stake.cortensor.network/)

<figure><img src="/files/ZV3jI2JfFYIC20YKEb6u" alt="" width="375"><figcaption></figcaption></figure>

3. Request on Cortensor Discord for WL the miner address on [***#testing-ground***](https://discord.com/channels/1261511806350790767/1302949161011773491) channel and provide Staking Address, Miner Address, DC and TG.

<figure><img src="/files/JBckre7Hdiy6wY4wUxAE" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="success" %}
Note : You will get Miner address when you generate during setup on your vps
{% endhint %}

## Getting ETH on ARB Sepolia

1. Firstly you need to bridge ETH Mainnet -> ETH Sepolia. [***here***](https://testnetbridge.com/sepolia)

<figure><img src="/files/pjCPAIsKtFDiqbgQUMv4" alt="" width="256"><figcaption></figcaption></figure>

1. Then, you should bridge ETH Testnet from Sepolia -> ARB Sepolia. [***here***](https://bridge.arbitrum.io/?amount=1\&destinationChain=arbitrum-sepolia\&sourceChain=sepolia)

<figure><img src="/files/BXKU9P1fayAYNgBpVaMQ" alt="" width="228"><figcaption></figcaption></figure>

1. Send your ETH on ARB Sepolia to your Miner Address.

{% hint style="success" %}
Note : \
1\. Use L2 ETH to bridge for cheaper gas fee

2\. You will get Miner address when you generate during setup on your vps
{% endhint %}

## Setup your own RPC

1. Create account and Login, we recomend using drpc.org because they didn’t limit for free user. [***here***](https://drpc.org?ref=ba6cbe)

<figure><img src="/files/HHb3nQ7GaPOPaCe571C0" alt="" width="375"><figcaption></figcaption></figure>

2. To create API Key : Add key -> Rename key -> Create

<figure><img src="/files/0hcGQGRnlpqMaUVRzPTC" alt="" width="375"><figcaption></figcaption></figure>

3. Copy ARB Sepolia endpoint and Save.

<figure><img src="/files/eywx2paAV0BoofisbTWQ" alt="" width="375"><figcaption></figcaption></figure>

4. Found *.**env*** file on ***.cortensor*** folder change ***HOST*** with your own RPC from drpc.

<figure><img src="/files/ZTstBKXaYUD7KVkuf1Ih" alt="" width="375"><figcaption></figcaption></figure>

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.logosnodos.online/testnet-node/cortensor/staking-and-funding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
