> For the complete documentation index, see [llms.txt](https://andrewkimjoseph.gitbook.io/celina-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andrewkimjoseph.gitbook.io/celina-sdk/api-reference/celinaclient.md).

# CelinaClient

[**@andrewkimjoseph/celina-sdk**](/celina-sdk/api-reference/api-reference.md)

***

[@andrewkimjoseph/celina-sdk](/celina-sdk/api-reference/api-reference.md) / [index](https://github.com/andrewkimjoseph/celina-sdk/blob/main/docs/api-reference/index/README.md) / CelinaClient

## Interface: CelinaClient

Defined in: [src/index.ts:30](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L30)

Domain services for Celo mainnet reads and unsigned transaction preparation.

### Properties

#### aave

> **aave**: [`AaveService`](/celina-sdk/services/aaveservice.md)

Defined in: [src/index.ts:44](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L44)

Aave V3 `getBalances`, `prepareSupply`, and `prepareWithdraw` on Celo.

***

#### account

> **account**: [`AccountService`](/celina-sdk/services/accountservice.md)

Defined in: [src/index.ts:34](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L34)

CELO balance and nonce for an address.

***

#### blockchain

> **blockchain**: [`BlockchainService`](/celina-sdk/services/blockchainservice.md)

Defined in: [src/index.ts:32](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L32)

Blocks, transactions, and network status.

***

#### contract

> **contract**: [`ContractService`](/celina-sdk/services/contractservice.md)

Defined in: [src/index.ts:56](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L56)

Generic read-only contract calls and gas estimates.

***

#### ens

> **ens**: [`EnsService`](/celina-sdk/services/ensservice.md)

Defined in: [src/index.ts:48](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L48)

Celo and Ethereum ENS resolution.

***

#### gooddollar

> **gooddollar**: [`GoodDollarService`](/celina-sdk/services/gooddollarservice.md)

Defined in: [src/index.ts:46](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L46)

GoodDollar IdentityV4 whitelist, UBI claims, and G$ ↔ USDm reserve swaps.

***

#### governance

> **governance**: [`GovernanceService`](/celina-sdk/services/governanceservice.md)

Defined in: [src/index.ts:50](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L50)

Celo governance proposals and details.

***

#### mentoFx

> **mentoFx**: [`MentoFxService`](/celina-sdk/services/mentofxservice.md)

Defined in: [src/index.ts:40](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L40)

Mento FX quotes, estimates, and `prepareFx` flows.

***

#### nft

> **nft**: [`NftService`](/celina-sdk/services/nftservice.md)

Defined in: [src/index.ts:54](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L54)

ERC-721 / ERC-1155 NFT reads.

***

#### self

> **self**: [`SelfService`](https://github.com/andrewkimjoseph/celina-sdk/blob/main/docs/api-reference/services/self.service/classes/SelfService.md)

Defined in: [src/index.ts:58](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L58)

Self Agent ID on Celo mainnet (ai.self.xyz + on-chain registry).

***

#### staking

> **staking**: [`StakingService`](/celina-sdk/services/stakingservice.md)

Defined in: [src/index.ts:52](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L52)

Validator election staking reads.

***

#### token

> **token**: [`TokenService`](/celina-sdk/services/tokenservice.md)

Defined in: [src/index.ts:36](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L36)

Token balances, metadata, and stablecoin scans.

***

#### transaction

> **transaction**: [`TransactionService`](/celina-sdk/services/transactionservice.md)

Defined in: [src/index.ts:38](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L38)

Send estimates, gas fees, and `prepareSend` flows.

***

#### uniswap

> **uniswap**: [`UniswapService`](/celina-sdk/services/uniswapservice.md)

Defined in: [src/index.ts:42](https://github.com/andrewkimjoseph/celina-sdk/blob/970ab720c805303ead8b20406c6579ecdcf2193a/src/index.ts#L42)

Uniswap v4 quotes, estimates, and `prepareSwap` flows.


---

# 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:

```
GET https://andrewkimjoseph.gitbook.io/celina-sdk/api-reference/celinaclient.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.
