# Wallet Funding

It is essential to fund your wallet before proceeding to book a shipment. This step is crucial in both the Sandbox and Production environments. Ensuring that your wallet has sufficient funds is necessary to successfully complete the booking process and avoid any disruptions. This requirement helps maintain smooth operation and effective management of shipping transactions.

<figure><img src="/files/EKgSHIRsaNo3cO07OzE9" alt=""><figcaption></figcaption></figure>

Fund Wallet Steps.

The process is quite straightforward. Begin by entering the amount you wish to fund (ideally, over 5000). A Flutterwave payment screen will then appear, allowing you to select your preferred payment method and complete the transaction. Upon successful payment, your SHiiP wallet will be securely credited with the specified amount, enabling you to proceed with booking shipments.

{% hint style="info" %}
On Sandbox, you can use the first test card [here](https://developer.flutterwave.com/docs/integration-guides/testing-helpers/)., to complete the transaction.
{% endhint %}


---

# 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://developer.goshiip.com/getting-started/wallet-funding.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.
