> For the complete documentation index, see [llms.txt](https://docs.nearbuilders.com/resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nearbuilders.com/resources/developer-onboarding/integrating-near-into-your-application.md).

# Integrating NEAR into Your Application

{% hint style="info" %}
Many projects coming into the ecosystem are wondering what a NEAR integration looks like. At NEAR we encourage both apps to build native decentralized web applications, but we also have infrastructure that makes it extremely easy to transition Web2 or Web "2.5" applications into Web3 tech.
{% endhint %}

## Sign in with NEAR

* NEAR Wallet Selector <https://github.com/near/wallet-selector>&#x20;

## Onboarding

With Keypom you can onboard users directly to use your application in a frictionless way to named accounts. Deploy your own Rust contracts or work directly with the easy-to-use TypeScript SDK

<https://docs.keypom.xyz/>

* Integration into Fiat Gateways
* Trial Accounts
* Onboarding to a DAO
* Funding to For Interacting with Contracts
* Get Refunded the Transaction Cost&#x20;

## Swaps

Say you need to swap from one funible token like USDC into another funible token in order to facilaite things like in-game currencies, DeFi, etc. On the backend you can integrate Refv2 (Ref.finance is NEAR's leading AMM).

{% embed url="<https://github.com/ref-finance/ref-sdk>" %}

## NFT Reputation

* Soul Bound NFT <https://github.com/near/NEPs/pull/393>&#x20;
  * For token gating access. Example of SBT applications&#x20;

<https://github.com/near-ndc/i-am-human>&#x20;

* Dynamic NFT
  * FewNFar API enables dynamic NFTs, whitelisting, and so much more. Also has the capacity to support projects as an enterprise level Launchpad

## DAO

* Establishing a DAO Treasury  managed by a council&#x20;
  * For supporting on building out a DAO join the DAO builder group or reach out to OnboardDAO.org&#x20;
* Working directly with Sputnik contracts

{% embed url="<https://github.com/near-daos/sputnik-dao-contract>" %}

## Pay with NEAR

* Add the ability for people to pay with NEAR directly. Ex; tipping, donating, etc
* Example code;

## EVM Integration

* Deploy your Solidity contracts on Aurora mainnet. Work with the rainbow bridge to bridge liquidity over.&#x20;

## Your Own EVM

Build your own public EVM chain on the Aurora Shard on NEAR with Aurora Cloud Silos. Setup your own blockchain with your own validator requirements, choose your gas token, have the rainbow bridge built in, interact with other silos and have the ability to pay for transactions on behalf of users.

## Private Enterprise Blockchain with Calimero

Want to leverage the infrastructure of NEAR without exposing your network to the public blockchain. Well with Calimero Network you can deploy you favorite NEAR dApps, and all your business functions on a private shard and easily deploy to NEAR mainnet if needed.&#x20;

<https://www.calimero.network/>&#x20;

## Bootstrapping With BOS

* Leverage the thousands of decentralized front end components to quick-start your application by composing widgets directly on a bOS gateway&#x20;
* Or build your own viewer with your own dependencies for a customized dApp feeling, leveraging the hundreds of developers on NEAR.&#x20;
* Integration the SocialDB into your application by pulling wallet information for followers, post, completed profiles, and all data owned by users on the BOS. For more information on how to build on BOS go to <https://nearbuilders.com/bos>

## Onramps

Onramps allow users to go from fiat to native NEAR on the NEAR blockchain to start getting transaction fees to interacting with the chain.

See all the NEAR Onramps Offerings Here

{% content-ref url="/pages/3KlSirg2y2LvcwWG3Esp" %}
[Onramps](/resources/developer-onboarding/integrating-near-into-your-application/onramps.md)
{% endcontent-ref %}

## Integration Partners

NEAR has companies that can help accelerate your integration. Additionally NEAR Foundation has Dev Shop parters. If you are looking for an introduction for the NF Devshop point of contact reach out to **Code** for an intro.


---

# 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.nearbuilders.com/resources/developer-onboarding/integrating-near-into-your-application.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.
